ZFS: Difference between revisions

imported>Eskytthe
m Did forget fileSystems definations
imported>Ragnis
m Fix typos
Line 76: Line 76:


mkdir /mnt/root
mkdir /mnt/root
mount -F zfs zpool/root /mnt
mount -t zfs zpool/root /mnt
mkdir /mnt/nix /mnt/var /mnt/home
mkdir /mnt/nix /mnt/var /mnt/home


mount -F zfs zpool/nix /mnt/nix
mount -t zfs zpool/nix /mnt/nix
mount -F zfs zpool/var /mnt/var
mount -t zfs zpool/var /mnt/var
mount -F zfs zpool/zpool /mnt/zpool
mount -t zfs zpool/zpool /mnt/home
</syntaxhighlight>
</syntaxhighlight>