Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-20 00:24:01 +00:00
parent 16134c78d9
commit 1ec3810968
41 changed files with 352 additions and 139 deletions

View File

@@ -11,20 +11,20 @@ source: https://github.com/tldr-pages/tldr.git
- Create subvolume:
`sudo btrfs subvolume create {{path/to/subvolume}}`
`sudo btrfs {{[su|subvolume]}} {{[c|create]}} {{path/to/subvolume}}`
- List subvolumes:
`sudo btrfs subvolume list {{path/to/mount_point}}`
`sudo btrfs {{[su|subvolume]}} {{[l|list]}} {{path/to/mount_point}}`
- Show space usage information:
`sudo btrfs filesystem df {{path/to/mount_point}}`
`sudo btrfs {{[f|filesystem]}} df {{path/to/mount_point}}`
- Enable quota:
`sudo btrfs quota enable {{path/to/subvolume}}`
`sudo btrfs {{[qu|quota]}} {{[e|enable]}} {{path/to/subvolume}}`
- Show quota:
`sudo btrfs qgroup show {{path/to/subvolume}}`
`sudo btrfs {{[qg|qgroup]}} {{[s|show]}} {{path/to/subvolume}}`