Linux Access Windows Files

  1. Create a mount point using the command ‘sudo mkdir /media/windowsfiles’.
  2. You can find the UUID for your particular case using the command ‘sudo blkid’.
  3. 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’.