Any Linux peeps:
I want to mount an external USB drive to my Raspberry PI 3 so that it attaches to a particular mount point on boot. When I put this in FSTAB
UUID=(my disk's UUID) /media/ownclouddrive auto nofail,uid=33,gid=33,umask=0027,dmask=0027,noatime 0 0
It does a weird thing. It's an NTFS formatted drive and I have the relevant NTFS package installed. It's empty apart from a txt file called TEST. It seems to mount but when I look at the mount directory 'ownclouddrive' I see all of the Raspian root folders and contents (BIN BOOT DEV ETC HOME and so on) and not the TEST txt file as though it's symlinked to root or something odd.
By default, the drive automounts to another mount point as well via the built in USB routines. When I look there (/MEDIA/PI/USB1) I see a nice drive empty apart from the TEST txt file. If I disable the USB automount it makes no difference, apart from not mounting to USB1.
Any ideas?never trust a man in a blue trench coat, never drive a car when you're dead |