Originally posted by GreyGeek
- create a subvolume /mnt/work/foo
- snapshot / to /mnt/work/foo/bar
- run ls -R /mnt/work/foo/bar
you won't see much at all, only directories. Another way to see this is if you btrfs send a read-only snapshot of the parent subvolume, it won't send the contents of nested subvolumes.
Originally posted by oshunluvr
View Post
So nested subvolumes is a naming and addressing thing, their data are usually not in the parent subvolumes. A lot like mounting devices in the hierarchy of another.
Comment