> I am able to mount WinNT partition under Linux (using all accounts), but
> only root can access it after mounting it. So, I can't use it with my
> personal account(can mount/umount)..
> This is /etc/fstab:
> devpts /etv/pts devpts gid=5,mode=620 0 0
> /proc /proc proc defaults 0 0
> /dev/hdc /mnt/cdrom iso9660 ro,user,noauto,exec 0 0
> /dev/hda1 /mnt/winnt ntfs defaults,user,noauto 0 0
> /dev/hda5 /boot ext2 defaults 1 5
> /dev/hda6 swap swap defaults 0 0
> /dev/hda7 / ext2 defaults 1 7
> I tried changing permissions, but as soon as I mount/unmount the winnt
> partition, it goes back to wrx------ ......
> What can I do to fix this?
You can set the mode=0777 or somesuch to force a particular
permission. You can also setuid=xxx to some user if you prefer.
--
The wheel is turning but the hamster is dead.