|
From: Miklos S. <mi...@sz...> - 2006-01-27 13:03:48
|
> > - 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. Have you considered using some kind of automounting? Miklos |