Shared Partitions?

Bill Moran wmoran at potentialtech.com
Sun Jun 27 06:33:53 PDT 2004


"Thomas Moyer" <tommoyer at atlanticbb.net> wrote:
> I have a Fat32 partition that I use to share files between Windows and
> FreeBSD.  I have it mounted on /home and when it mounts the owner of all
> the files is root and the group is wheel.  Is there a way to change that
> so it acts like a normal home partition? In other words the individual
> directories and files are owned by the user etc.

Unfortunately, no.  This is because FAT doesn't support users and groups
(or permissions for that matter) so the mount has to have everything
owned by one user/group.  Thus it won't work as a /home partition because
each /home/<user> directory should be owned by the user.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com


More information about the freebsd-questions mailing list