管理 btrfs 子卷和快照。 更多信息:https://btrfs.readthedocs.io/en/latest/btrfs-subvolume.html.
sudo btrfs subvolume create {{指向新子卷的路径}}
sudo btrfs subvolume list {{指向 btrfs 文件系统的路径}}
sudo btrfs subvolume delete {{指向子卷的路径}}
sudo btrfs subvolume snapshot -r {{指向源子卷的路径}} {{指向目标的路径}}
sudo btrfs subvolume snapshot {{指向源子卷的路径}} {{指向目标的路径}}
sudo btrfs subvolume show {{指向子卷的路径}}