Btrfs: Difference between revisions
imported>Vixea when creating subvolumes the corrrect path is /mnt/@ you need to specify the -root |
imported>Vixea fix boot mount |
||
| Line 30: | Line 30: | ||
# mount -o compress=zstd,noatime,subvol=nix /dev/sdX2 /mnt/nix | # mount -o compress=zstd,noatime,subvol=nix /dev/sdX2 /mnt/nix | ||
# mkdir /mnt/boot | # mkdir /mnt/@/boot | ||
# mount /dev/sdX1 /mnt/boot | # mount /dev/sdX1 /mnt/@/boot | ||
</syntaxhighlight> | </syntaxhighlight> | ||