Michael Gallagher <[EMAIL PROTECTED]> writes:
> Hi,
> I sure there is probably an easy solution to this but I can't find it.
> How do you allow users to have read/write access to mounted Windows partitions?
> I can read/write as root, but not as any of the users. Thanks alot for your
> help
>
Add this option to the dos partition mounts in /etc/fstab:
umask=0
But it's... dangerous, it means that really everybody can write to
them. Another solution would be to create a dedicated group, say, foo,
and then add these two options:
gid=<GID of group 'foo'>,umask=002
--
fg
# rm *;o
o: command not found