Re: [zfs-discuss] Problem with mounting ZFS from USB drive

2009-07-07 Thread Hua-Ying Ling
I'm no expert but I think you need to export a zfs volume before you remove it or it'll complain when you try to import it on another system. "zfs admin guide pg. 89" zfs export poolName You can do a zfs -f import to import it anyway. Hua-Ying On Tue, Jul 7, 2009 at 4:34 PM, Karl Dalen wrote:

Re: [zfs-discuss] how to discover disks?

2009-07-06 Thread Hua-Ying Ling
om/wiki/index.php/ZFS_Troubleshooting_Guide#Replacing.2FRelabeling_the_Root_Pool_Disk > > Cindy > > P.S. For cfgadm output, you might need to use the cfgadm -al or maybe > -av syntax. The options/output of this command might depend on the hardware > types. I'm not quite sure what

Re: [zfs-discuss] how to discover disks?

2009-07-06 Thread Hua-Ying Ling
/c3d1s0': No such device or address #zpool attach rpool c3d0s0 c3d1 // failed cannot label 'c3d1': EFI labeled devices are not supported on root pools. Thoughts? Thanks, Hua-Ying On Mon, Jul 6, 2009 at 2:37 AM, Carsten Aulbert wrote: > Hi > > Hua-Ying Ling wrote: >>

[zfs-discuss] how to discover disks?

2009-07-05 Thread Hua-Ying Ling
Hi, How do I discover the disk name to use for zfs commands such as: c3d0s0? I tried using format command but it only gave me the first 4 letters: c3d1. Also why do some command accept only 4 letter disk names and others require 6 letters? Thanks Hua-Ying ___