Btrfs: Difference between revisions

Brauni (talk | contribs)
Removed "Erase your darlings" from "Encryption" Section. With the Setup that was described there was NO persistence.
m Mount the swap subvolume without tracking access times.
Line 68: Line 68:
# umount /mnt
# umount /mnt
# mkdir /swap
# mkdir /swap
# mount -o subvol=swap /dev/sdXY /swap
# mount -o noatime,subvol=swap /dev/sdXY /swap
</syntaxhighlight>
</syntaxhighlight>