Brian,
This is the line I've put in /etc/fstab:
/dev/hda1 /windows ntfs uid=0,gid=266,umask=006 0 0
the uid=0,gid=266 means that all files are owned by user 0 (root) and
group 266 (which I've created in /etc/group for windows, putting whichever
users I want to have access in)
umask of 006 means allow all permissions to root or folks in the windows
group, none for world.
You may also want to make sure that the /windows directory (or wherever
you're mounting the ntfs partition) is readable and executable by the
windows group.
-pete
On Wed, 27 Dec 2000, Brian Hartman wrote:
> Hi, all.
>
> I'm trying to get my NTFS drive mounted so that I can enter it from my user
> account. So far, I've only been able to mount it so that root can get in.
> Does anyone know what the line in /etc/fstab has to look like to get it to
> work? Thanks in advance.
>