add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,25 +1,25 @@
# btrfs
> 基于写时复制COW原理的 Linux 文件系统。
> 此命令也有关于其子命令的文件,例如`device`.
> 更多信息:<https://btrfs.readthedocs.io/en/latest/btrfs.html>.
> 基于写时复制COW原理的 Linux 文件系统。
> 一些子命令,例如 `device`,具有自己的使用文档。
> 更多信息:<https://btrfs.readthedocs.io/en/latest/btrfs.html>
- 创建子卷:
`sudo btrfs subvolume create {{指向子卷的路径}}`
`sudo btrfs subvolume create {{path/to/subvolume}}`
- 列出子卷:
`sudo btrfs subvolume list {{指向挂载点的路径}}`
`sudo btrfs subvolume list {{path/to/mount_point}}`
- 显示空间使用情况信息:
- 显示空间使用信息:
`sudo btrfs filesystem df {{指向挂载点的路径}}`
`sudo btrfs filesystem df {{path/to/mount_point}}`
- 启用配额quota
- 启用配额:
`sudo btrfs quota enable {{指向子卷的路径}}`
`sudo btrfs quota enable {{path/to/subvolume}}`
- 显示配额quota
- 显示配额:
`sudo btrfs qgroup show {{指向子卷的路径}}`
`sudo btrfs qgroup show {{path/to/subvolume}}`