Btrfs: Difference between revisions
imported>Onny Add section on subvolumes |
imported>Onny Note on set snapshot read-write again |
||
| Line 100: | Line 100: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
btrfs subvolume snapshot -r / /mnt/@nixos_snapshot_202302 | btrfs subvolume snapshot -r / /mnt/@nixos_snapshot_202302 | ||
</syntaxhighlight> | |||
Make snapshot read-write again | |||
<syntaxhighlight lang="bash"> | |||
btrfs property set -ts /mnt/@nixos_snapshot_202302 ro false | |||
</syntaxhighlight> | </syntaxhighlight> | ||