mount your partition as mount -t ntfs-3g <device> <mount point> -rw
if you want automount add a line to /etc/fstab as <device> <mount point> ntfs-3g rw,user,auto 0 0 Users are generally not given mount with rw permissions for security reasons. Regards, Karthik On Wed, May 13, 2009 at 11:28 AM, Goswin von Brederlow <[email protected]>wrote: > Hamish Moffatt <[email protected]> writes: > > > On Mon, May 11, 2009 at 06:21:10PM +0200, Hans-J. Ullrich wrote: > >> Hi all, > >> > >> how can I get read-write access as a normal user to a ntfs-partition? > >> I trioed ntfsmount and pmount (with configured pmount.allow), but i > found no > >> way to get write-access as a normal user. > >> > >> What is the debian-way? > > apt-get install ntfs-3g > > > Why is this on debian-amd64? > > > > Hamish > > Because it shouldn't. > > MfG > Goswin > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > >

