Reply To: Mount a USB HDD plugged directly into my Raspberry PI?

Max2Play Home Forums Max2Play on Raspberry PI Mount a USB HDD plugged directly into my Raspberry PI? Reply To: Mount a USB HDD plugged directly into my Raspberry PI?

3. März 2019 at 21:19 #44627

You ROCK, Casio299. That worked!

Now, back to your instructions:

Type:
cd /dev/disk/by-uuid

[hit ENTER]

Type:
ll

[hit ENTER]

***RESULTS***
pi@DenC:~ $ cd /dev/disk/by-uuid
pi@DenC:/dev/disk/by-uuid $ ll
-bash: ll: command not found
***END RESULTS***

Now, to check on if the HDD is started properly after reboot. Your instruction was:
Type:

sudo nano /etc/fstab

[hit Enter]

***RESULTS***
GNU nano 2.2.6 File: /etc/fstab

proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that

##USERMOUNT
UUID=0BF3-110E /media/usb0 vfat defaults,nofail
***END RESULTS***

Again, thanks (so very much!). What did we learn? What should I have learned? Did the command „ll“ indicate that the UUID is too short? If so, how do I fix that?

Thank you, Sir! (Or madam…!)

Dave