On 10/01/09 09:25, camps support wrote:
I did zpool import -R /tmp/z rootpool

It only mounted /export and /rootpool only had /boot and /platform.

I need to be able to get /etc and /var?
You need to explicitly mount the root file system (its canmount property is set to "noauto", which means it isn't mounted automatically when the pool is import)

do:

# zfs mount rootpool/ROOT/<bename>

for the appopriate value of <bename>.


_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to