如何清除 Btrfs 子卷配额
要清除 btrfs 子卷的配额,可以使用以下命令:
- 禁用子卷配额:
sudo btrfs quota disable '/path/to/subvolume'
- 清除子卷配额使用:
sudo btrfs qgroup destroy '/path/to/subvolume/' 0/
请注意,这将仅清除子卷的配额使用,而不是删除子卷本身。如果您想要删除子卷,请使用以下命令:
sudo btrfs subvolume delete '/path/to/subvolume'
原文地址: https://www.cveoy.top/t/topic/mBm0 著作权归作者所有。请勿转载和采集!