Updated Debian Stretch Root on ZFS (markdown)

George Melikov 2018-06-25 18:36:15 +03:00
parent 19a5f0a1fd
commit df3ad0ae9a
1 changed files with 2 additions and 2 deletions

@ -73,8 +73,8 @@ Always use the long `/dev/disk/by-id/*` aliases with ZFS. Using the `/dev/sd*`
# zpool create -o ashift=12 \
-o feature@large_dnode=disabled \
-O atime=off -O canmount=off -O compression=lz4 -O normalization=formD -O xattr=sa \
-O mountpoint=/ -R /mnt \
-O atime=off -O canmount=off -O compression=lz4 -O normalization=formD \
-O xattr=sa -O mountpoint=/ -R /mnt \
rpool /dev/disk/by-id/scsi-SATA_disk1-part1
**Notes:**