I have a set of ext3 dirs with the sgid bit active, thus group member new objects are properly set to the group owner of the parent dir.
This works fine. How may I inherit this to ext3 file systems subsequently mounted under such dirs? I thought something like: mount -o grpid /dev/sd0 /project/wmd/bio would work, but nothing changes and everything is 'root - root', sgid is not set, and users cannot create files there (unless I manually chgrp and permissions). Anyone spot what Im missing here? Thanks for any help! -m
