With fstab, how do I automatically mount an NTFS partition with full permissions for every user?

5,164

You should add this line to your fstab:

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

Related videos on Youtube

Sonickyle27
Author by

Sonickyle27

I'm currently working on a Roblox project called Eternal Nova. You can see a wiki (of sorts) for the game here.

Updated on September 18, 2022

Comments

  • Sonickyle27
    Sonickyle27 almost 2 years

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

    Partition layout

  • WGCman
    WGCman over 8 years
    I have a similar problem with Kubuntu 14.04 (dual boot with Windows7); but why do you need the ntfs-3g rather than just ntfs and is this likely to be the same with my desktop?