Btrfs: Difference between revisions
| imported>Onny  Note on set snapshot read-write again | imported>Onny  Add note on removing a subvolume | ||
| Line 92: | Line 92: | ||
| <syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
| btrfs subvolume create /mnt/nixos | btrfs subvolume create /mnt/nixos | ||
| </syntaxhighlight> | |||
| Removing a subvolume | |||
| <syntaxhighlight lang="bash"> | |||
| btrfs subvolume delete /mnt/nixos | |||
| </syntaxhighlight> | </syntaxhighlight> | ||