Pi124 wrote: ↑Wed Jul 26, 2017 11:52 am
Hello.txt file was created on the USB hdd
If the test I proposed you was successful, the USB drive is being mounted.
These commands should help (post the outputs here if you wish):
Code: Select all
sudo blkid
mount | grep /mnt/library
ls -l /mnt/library
The command blkid will show the different unique ids of drives. Check the uuid of you USB drive is correct.
The second command will show if the USB is mounted.
If the drive is mounted, the third command will show info related to ownership and permissions (user, group, others) of the mounted root directory.