I have a NTFS hard drive connected to my Raspberry Pi.The structure of the drive is:
F:\- Images- Other- Movie
I would like to mount only the F:\Movie folder in /mnt/disk/Movie in read-only.
My fstab looks like:
UUID=(lots of letters and numbers) Movie /mnt/disk/Movie ntfs defaults,uid=0,gid=0,fmask=0022,dmask=0022,noatime,nofail,x-systemd.device-timeout=2
but it doesn't work. What am I doing wrong?