Tag: zpool
-
Temporary mounting zpool from different OS
In case you have different zfs instances, and you need to read one from another, but without altering its metadata. It can be done like this (assuming that other zpool is named “zroot”): # make sure that /zroot exists, following command will mount# all but /ROOT/defaultzpool import -o readonly=on -f -R /zroot zroot# zroot/ROOT/default might…