Re: [zfs-discuss] Accessing zfs partitions on HDD from LiveCD

2008-07-02 Thread Benjamin Ellison
to answer my own question -- yes, it worked beautifully (zpool import -f tank).

Now to figure out why my network connection doesn't want to work after being 
set up the exact same way again :(
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Accessing zfs partitions on HDD from LiveCD

2008-06-24 Thread Benjamin Ellison
I have a similar problem -- my OS is borked-up-beyond-bootable (my bad, and I'm 
not used to doing snapshots for rollback yet) and I'm going to need to 
reinstall...   but before I do that I wanted to double check and make sure that 
I would still be able to access my storage zpools (raidz on separate drives) 
after the reinstall.   zpool import should work?

Thanks,
--Ben
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Accessing zfs partitions on HDD from LiveCD

2008-06-16 Thread Fat Ted
Answer is:

# zpool import

(which will pick up the zpool on the HDD and lists its name and id)

# zpool import rpool 

(rpool is default opensolaris zpool)
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss