On Tuesday 19 November 2002 02:21 pm, Gordon Shaw Novak wrote: > Also, I seem to be able to write to /windows/ only from root, > and haven't been able to change the protections. Is there a way > to do that?
I'm not sure about most of your problems; it's been a while. But... It looks like Linux assigns all files to a given user and group for compatibility. You can consider telling mount to mount the filesystem as your primary user (i.e. "mount -o uid=xxx gid=yyy" or put these in your /etc/fstab options column). -- Jason Smith _______________________________________________ Siglinux mailing list [EMAIL PROTECTED] http://www.utacm.org/mailman/listinfo/siglinux
