Re: mounting ntfs partitions?

2009-05-12 Thread Hamish Moffatt
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?

Re: mounting ntfs partitions?

2009-05-12 Thread Goswin von Brederlow
Hamish Moffatt ham...@debian.org 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

Re: mounting ntfs partitions?

2009-05-12 Thread Karthik Ramgopal
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,

mounting ntfs partitions?

2009-05-11 Thread Hans-J. Ullrich
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? Thanks for help. Hans

Re: mounting ntfs partitions?

2009-05-11 Thread Jochen Schulz
Hans-J. Ullrich: 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. The ntfs module in the kernel offers only very limited write access. It is a feature

Re: mounting ntfs partitions?

2009-05-11 Thread hendrik
On Mon, May 11, 2009 at 06:33:06PM +0200, Jochen Schulz wrote: Hans-J. Ullrich: 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. The ntfs

Re: mounting ntfs partitions?

2009-05-11 Thread Hans-J. Ullrich
Am Montag 11 Mai 2009 schrieb hend...@topoi.pooq.com: On Mon, May 11, 2009 at 06:33:06PM +0200, Jochen Schulz wrote: Hans-J. Ullrich: 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

Re: mounting ntfs partitions?

2009-05-11 Thread Alexey Salmin
On Mon, May 11, 2009 at 11:35 PM, hend...@topoi.pooq.com wrote: A few years ago I heard that this constraint was to prevent damage to the NTFS file system, which the develoers were not sure they fully understood yet (Microsoft secrets and such).  I thought that things had progessed since

RE: mounting ntfs partitions?

2009-05-11 Thread Kushal Koolwal
at http://blogs.koolwal.net/ From: hans.ullr...@loop.de To: debian-amd64@lists.debian.org Subject: Re: mounting ntfs partitions? Date: Mon, 11 May 2009 19:32:56 +0200 Am Montag 11 Mai 2009 schrieb hend...@topoi.pooq.com: On Mon, May 11, 2009 at 06:33:06PM

Re: mounting ntfs partitions?

2009-05-11 Thread hendrik
On Tue, May 12, 2009 at 01:47:49AM +0700, Alexey Salmin wrote: On Mon, May 11, 2009 at 11:35 PM, hend...@topoi.pooq.com wrote: A few years ago I heard that this constraint was to prevent damage to the NTFS file system, which the develoers were not sure they fully understood yet (Microsoft