diff --git a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md index 14226d3..9d17d1f 100644 --- a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md +++ b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md @@ -104,9 +104,9 @@ zpool export zroot zpool import -N -R /mnt zroot zfs load-key -L prompt zroot zfs mount zroot/ROOT/ubuntu -zfs mount zroot/ROOT/log -zfs mount zroot/ROOT/cache -zfs mount zroot/ROOT/spool +zfs mount zroot/ROOT/ubuntu/log +zfs mount zroot/ROOT/ubuntu/cache +zfs mount zroot/ROOT/ubuntu/spool zfs mount zroot/home ```