Excellent¡ Thank You. I also right click on the drive and ¡°open in terminal¡± to get there fast. This is a Rasp Pi 400. I was a bit hasty when I ordered it during Covid days. I missed the ¡°I¡± to the right and I did not read the spec sheet. The keyboard is European, the manual is in Italian and the power supply is 240 v. Fortunately, I just needed an adapter plug since the specs say 117 to 240, I can read Italian, and a felt pen fixes the keyboard. Moral is Read the Spec sheet carefully.
The ls -l is enormous. The images are dated 2016¨C and are store surveillance images. The owner said go ahead and erase¡ so I shall. Cheers, ve3DCC
Sent from my iPad rich clausi RC Software and Data
toggle quoted message
Show quoted text
On Sep 25, 2022, at 11:54 AM, Larry Dighera <LDighera@...> wrote:
?
Have a look at the manual page for chmod: man chmod
cd <your hard drive device-name>; chmod -R 777 *
will recursively descend the directory tree.
On Fri, 23 Sep 2022 16:29:34 -0400, "raclausi" <raclausi@...> wrote:
Thank you¡ I was able ,as super user, to see and change the permissions on the directories and make all readable and writable. ls -l takes a very long time to list a zillion files. I may just delete all files and use as is.
Thank you to all for valuable ideas.
Sent from my iPad rich clausi RC Software and Data
On Sep 23, 2022, at 10:32 AM, Larry Dighera <LDighera@...> wrote:
?
Hello Rich,
I have written a little script that you may find useful. You can see it
below, and I've attached a copy of it that can be run from a terminal.
Best regards,
Larry
Wb6BBB
=============================================================================
# show_drives.sh Display Labels and UUIDs of media
# LGD: Wed May 24 06:35:20 PDT 2017
# Re-write Fri Jun 9 04:31:03 PDT 2017
# Written as an exercise in shell script programming. LDighera@...
#
trap "setterm -foreground white;echo;exit 1" HUP 1 ERR INT QUIT TERM 15 #
trap -l will display signals (bash only)
# Put commands in the environment as positional parameters to execute