You are not logged in.

#1 2015-01-24 20:23:12

Fred-die-hard
Banned
From: Vilnius
Registered: 2014-12-12
Posts: 24

[Solved] NTFS partition - how do you mount it so it's RW?

Hey, I use fstab to mount my windows partitions:

# Windows partitions
/dev/sda3  /mnt/windows_files  ntfs-3g   gid=users,dmask=022,fmask=133    0       0
/dev/sda2  /mnt/windows_system  ntfs-3g   gid=users,dmask=022,fmask=133    0       0

But I can't write to it (it seems to be read-only). I didn't manage to find the right solution at Arch Wiki at ntfs-3g page, so I am kindly asking for a help here.

EDIT: check the last comment for solution

Last edited by Fred-die-hard (2015-01-28 07:24:45)


The box said 'Requires Windows XP or better'. So I installed Arch Linux...

Offline

#2 2015-01-24 20:29:16

MK13
Member
From: Germany
Registered: 2014-04-12
Posts: 80

Re: [Solved] NTFS partition - how do you mount it so it's RW?

Try to add the defaults option to your fstab entries

Offline

#3 2015-01-24 20:35:32

thiagowfx
Member
Registered: 2013-07-09
Posts: 586

Re: [Solved] NTFS partition - how do you mount it so it's RW?

You seem to have correct configurations. Try the wiki. This setting currently works for me:

# windows
UUID=<....>			/mnt/windows	ntfs-3g		rw,uid=thiago,gid=thiago,dmask=022,fmask=133	0 0

Edit: I noticed you don't have rw.

Last edited by thiagowfx (2015-01-24 20:36:00)

Offline

#4 2015-01-24 21:06:52

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] NTFS partition - how do you mount it so it's RW?

Do you have ntfs-3g installed?

Offline

#5 2015-01-25 03:06:01

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Solved] NTFS partition - how do you mount it so it's RW?

Can you mount it manually ?


do it good first, it will be faster than do it twice the saint wink

Offline

#6 2015-01-25 03:09:23

headkase
Member
Registered: 2011-12-06
Posts: 1,977

Re: [Solved] NTFS partition - how do you mount it so it's RW?

Also, if you are a Windows 8/8.1/10 user then make sure to disable fast startup:

http://winaero.com/blog/how-to-disable- … ndows-8-1/

Otherwise if you mount your windows partition read/write you will cause file-system damage that will require CHKDSK on the next Windows boot.

To get JUST a read only Windows mount, use "ntfs" instead of "ntfs-3g".  "ntfs" is built into the kernel and is a read only module.  "ntfs-3g" is a different module and is user-space to provide read/write access.

Edit: You may be by mistake using the built-in kernel "ntfs" instead of the user-space "ntfs-3g"  Check your mount points, especially that the UUID is correct if using those.

Last edited by headkase (2015-01-25 03:14:59)

Offline

#7 2015-01-25 03:17:37

headkase
Member
Registered: 2011-12-06
Posts: 1,977

Re: [Solved] NTFS partition - how do you mount it so it's RW?

thiagowfx wrote:

Edit: I noticed you don't have rw.

This.

Offline

#8 2015-01-25 03:25:30

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [Solved] NTFS partition - how do you mount it so it's RW?

thiagowfx wrote:

Edit: I noticed you don't have rw.

Defaults include rw, much to my annoyance (9/10 when I mount an ntfs partition, I only intend to read from it).


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#9 2015-01-28 07:24:10

Fred-die-hard
Banned
From: Vilnius
Registered: 2014-12-12
Posts: 24

Re: [Solved] NTFS partition - how do you mount it so it's RW?

# Windows partitions
/dev/sda3  /mnt/windows_files  ntfs-3g   rw,uid=erikas,gid=users,dmask=022,fmask=133    0       0
/dev/sda2  /mnt/windows_system  ntfs-3g   rw,uid=erikas,gid=users,dmask=022,fmask=133    0       0

yep, now it works. I must use "uid" as well smile thanks everyone


The box said 'Requires Windows XP or better'. So I installed Arch Linux...

Offline

Board footer

Powered by FluxBB