Hello everyone, I intend to provide different "views" of the data stored on btrfs subvolumes. e.g. mount a subvolume in location A rw; and ro in location B while also overwriting uids, gids, and permissions. In the past I have been using fuse.bindfs for this. Now I'm trying to find out if there is a 'native' way to do this in btrfs, and if it works by design or by accident (I wouldn't want to rely on something that might go away in a newer kernel version). So here goes: Do different uid/gid/... mount options for different subvolumes work? Or does the first mounted subvolume "win"? Can a subvolume be mounted more than once (I guess not, but btrfs might surprise me)? Is there some completely different way I don't know about to do this in btrfs that might not even have anything to do with mount options? If there is no magical btrfs way, does fuse.bindfs play nice with btrfs or should I be worried? Thank you for your help, Alex -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
