Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Can't mount NTFS read-write
Date: Sat, 15 Mar 2008 09:33:02
Message-Id: 3D69B4A7-2EFE-4DD3-B2E0-43A02D42EA05@stellar.eclipse.co.uk
1 Hi guys,
2
3 It's kinda late by my erratic bodyclock, so I'm assuming I'm doing
4 something stupid. Can anyone slap me with a kipper, please?
5
6 (Or should I be using the fuse NTFS driver?)
7
8 Stroller.
9
10
11 $ ls -ld /mnt/foo/
12 drwxrwx--- 2 root users 48 Aug 1 2007 /mnt/foo/
13 $ sudo mount -v /dev/sda2 /mnt/foo/ -o uid=stroller,umask=0000,rw
14 mount: you didn't specify a filesystem type for /dev/sda2
15 I will try type ntfs
16 /dev/sda2 on /mnt/foo type ntfs (rw,uid=1000,umask=0000)
17 $ touch /mnt/foo/foo
18 touch: cannot touch `/mnt/foo/foo': Read-only file system
19 $ sudo !!
20 sudo touch /mnt/foo/foo
21 touch: cannot touch `/mnt/foo/foo': Read-only file system
22 $ ls -ld /mnt/foo/
23 dr-xr-xr-x 1 stroller root 12288 Mar 11 19:09 /mnt/foo/
24 $ ls -l /mnt/foo/ | head -n 5
25 total 1057852
26 dr-xr-xr-x 1 stroller root 0 May 19 2007 $VAULT$.AVG
27 dr-xr-xr-x 1 stroller root 0 Oct 7 2006 101_CD
28 -r-xr-xr-x 1 stroller root 0 Aug 12 2004 AUTOEXEC.BAT
29 dr-xr-xr-x 1 stroller root 0 Apr 10 2007 CETLB
30 $ uname -a
31 Linux emachine 2.6.23-gentoo-r3 #1 SMP PREEMPT Fri Jan 25 09:11:36
32 GMT 2008 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux
33 $ zcat /proc/config.gz | grep -i ntfs
34 CONFIG_NTFS_FS=y
35 # CONFIG_NTFS_DEBUG is not set
36 CONFIG_NTFS_RW=y
37 $
38 --
39 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't mount NTFS read-write Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Can't mount NTFS read-write Chris Brennan <xaero@××××××××××.net>
[gentoo-user] Randomly dumb questions Chris Brennan <xaero@××××××××××.net>