This is the fstab line I'm currently using to mount my NTFS partitions on Linux.
1. Copy the blkid of the partition you want to mount:
sudo blkid
2. Add to /etc/fstab:
UUID=
/media/ ntfs-3g defaults,windows_names,uid=1000,gid=1000,umask=022,locale=en_US.utf8 0 0
3. Done!
No comments:
Post a Comment