Re: [Siglinux] Mounting NTFS from linux.

2003-09-06 Thread Victor Pelt
compile ntfs write in the kernel and put in the fstab options 'user' this means users can mount it. maybe even an rw flag is needed to enable read-write victor On Sat, 2003-09-06 at 20:07, Ricardo Lopez wrote: > In my experience only root can read an ntfs partition. I'm using 2.4.20 > right now

Re: [Siglinux] Mounting NTFS from linux.

2003-09-06 Thread Ricardo Lopez
Nope, user won't do it. The line that jeff gave will. Also, there is only dangerous support for writing to ntfs. Alfonso Lopez B.S. Computer Science: University of Texas at Austin [EMAIL PROTECTED] [EMAIL PROTECTED] www.utacm.org/~lebouf Cell: 512-680-9210 On Sat, 6 Sep 2003, Victor Pelt wrote:

Re: [Siglinux] Mounting NTFS from linux.

2003-09-06 Thread Jeffrey Gardner
set the permissions in /etc/fstab /dev/hda1 /mnt/win2k ntfsnoauto,users,umask=000 0 0 On Sat, 2003-09-06 at 20:07, Ricardo Lopez wrote: > In my experience only root can read an ntfs partition. I'm using 2.4.20 > right now. I'm not sure why though. > > Alfonso Lo

Re: [Siglinux] Mounting NTFS from linux.

2003-09-06 Thread Ricardo Lopez
In my experience only root can read an ntfs partition. I'm using 2.4.20 right now. I'm not sure why though. Alfonso Lopez B.S. Computer Science: University of Texas at Austin [EMAIL PROTECTED] [EMAIL PROTECTED] www.utacm.org/~lebouf Cell: 512-680-9210 On Sat, 6 Sep 2003, Big Mike Forsberg wrote:

[Siglinux] Mounting NTFS from linux.

2003-09-06 Thread Big Mike Forsberg
I'm sure this can be done simply. However, when formated my new HD I did it from windows XP and chose NTFS. I'd like to mount it such that anyuse may write to it. I've been thinking of using this site's driver, but is a nicer one available. http://linux-ntfs.sourceforge.net/ Thanks for saving m