Automatically Mount NTFS Partition with Full Permissions Using fstab

14.04automountfstabntfspartitioning

With the fstab file, how can I mount my /dev/sda3 NTFS partition at boot with full access by any user?

Partition layout

Best Answer

You should add this line to your fstab:

/dev/sda3 /Acer ntfs-3g defaults,user,rw,umask=000 0 0