|
From: Tomasz C. <ma...@wp...> - 2006-01-27 13:10:20
|
Miklos Szeredi schrieb: >>> - set file ownership in your filesystem to fuse_get_context()->uid >>> and ->gid on file/directory creation >> >>This one I didn't understand. >>Perhaps you mean changing that in LZOlayer_fs sources? > > > Yes. FUSE cannot automatically change the ownership of the underlying > files, it's up to the filesystem. > > Since the normal model for FUSE filesystems is the separate mounts for > each user most filesystems simply lack the above feature. OK, I see. > Have you considered using some kind of automounting? Not really. It is to be a mount point used by Samba for keeping user profiles, so automounting is not an option IMHO. -- Tomasz Chmielewski http://wpkg.org |