Powered by SmartDoc

5.4.3 zroot/boot/zfs/zpool.cache にも bootpool と同じ zpool.cache を登録

# mkdir -p "/mnt/var/cache"
# cp /mnt/bootpool/boot/zfs/zpool.cache /mnt/var/cache
# zpool export "bootpool"
# mkdir -p "/mnt/bootpool/boot/zfs"
# cp /mnt/var/cache/zpool.cache \
    /mnt/bootpool/boot/zfs/zpool.cache
# zpool import -o altroot="/mnt" "bootpool"