Btrfs: Difference between revisions
imported>Zaechus m remove swap volume from general installation example |
imported>Zaechus m rearrange a mount command |
||
| Line 28: | Line 28: | ||
# mkdir /mnt/{home,nix} | # mkdir /mnt/{home,nix} | ||
# mount -o compress=zstd,subvol=home /dev/sdX2 /mnt/home | # mount -o compress=zstd,subvol=home /dev/sdX2 /mnt/home | ||
# mount -o | # mount -o compress=zstd,noatime,subvol=nix /dev/sdX2 /mnt/nix | ||
# mkdir /mnt/boot | # mkdir /mnt/boot | ||