With the fstab file, how can I mount my /dev/sda3 NTFS partition at boot with full access by any user?
Asked
Active
Viewed 5,980 times
1 Answers
2
You should add this line to your fstab:
/dev/sda3 /Acer ntfs-3g defaults,user,rw,umask=000 0 0
meskobalazs
- 3,103
