|
From: Evan L. <Ev...@Co...> - 2006-01-28 04:26:40
|
On Fri, 2006-01-27 at 13:58 +0100, Tomasz Chmielewski wrote: > Miklos Szeredi schrieb: > >>Can I somehow mount a fuse filesystem in a way, that all > >>files/directories in it created by users will have their uids/gids? > > > > > > One way it to have a separate filesystem for each user's home, and run > > the filesystem daemon with the user's privileges. > > With users changing from time to time, it's not really an option. > Besides, it's an embedded system, I would rather use the RAM for > something else... Have you considered using an automount script? You'd only use the RAM when someone logs in and actually accesses that directory. |