Krenz von Leiberman writes:
> Hey, guys. I have an external usb ext3 drive, from which I coppied all of my 
> data to my main zfs drive. 
> 
> How can I format the external drive to zfs?

Find the device node for the external drive ("rmformat" with no
options will list the devices), and then run "zpool create <poolname>
<devicename>".

> Oh, and how would I copy two specific filesystems (on my main zfs drive) to 
> the external drive. How would I do so in an incremental manner, so that I 
> don't have to copy the same data more than once?

See the "zfs send" and "zfs receive" commands.

> Also, would it more efficient if I just mirrored the two drives?

It might be slow and difficult, given that one is USB.  Transferring
sounds smarter to me.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to