I have a partition that I'm mounting in a specific user's home
directory, and want that user to be able to read/write to that partition.
However, I've been unable to find (google, man, etc) any way to
accomplish this; the few hints I have found indicate it works fine with
a VFAT partition, or that you can manually chown the perms after the
mount, but it seems crazy to me that you'd not be able to set ownership
at mount time.
The partition will be mounted via /etc/fstab, as in:
/dev/hda2 /home/westk/VMs ext3 suid 0 0
(The "suid" is only the result of my last attempt; I've run through
several options trying to figure it out.)
Any suggestions/clues?
Thanks!
--
Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]