2

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

Partition layout

1 Answers1

2

You should add this line to your fstab:

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