Linux Access Windows Files
- Create a mount point using the command ‘sudo mkdir
/media/windowsfiles’.
- You can find the UUID for your particular case using the command
‘sudo blkid’.
- Add the following entry to ‘/etc/fstab’, substituting the
actual UUID for your particular case:
‘UUID=36F0F058F0F02033 /media/windowsfiles ntfs-3g
defaults,noatime,utf8,dmask=007,fmask=111,uid=1000,gid=1000
0 0’.