Click to See Complete Forum and Search --> : Mounting NTFS with user read access?


otheos
11-11-2001, 06:02 AM
I have recompiled the kernel to mount ntfs volumes RO. However no user can see the contents other that root.

How can I mount it so that users can see it?

Thanks for your time.

fateswarm
11-11-2001, 07:38 AM
on fstab add:

/dev/hda1(or whatever that is) /windos(or whatever that is) ntfs umask=000 0 0

and you're there.

otheos
11-11-2001, 12:18 PM
Thanks,

I have been trying unmask all this time.