[zfs-discuss] Re: how to move a zfs file system between disks

2007-05-31 Thread Chris Gerhard
It is not possible to use send and receive of the pool is not imported. It is however possible to use send and receive when the file system is not mounted. --chris This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@ope

[zfs-discuss] Re: how to move a zfs file system between disks

2007-05-30 Thread H E
Thanks actually I already saw the script mentioned there. Is it possible to use zfs send/receive when the disk is not mounted? i.e. give it device name as paramter and not zfs partition names? -me2unix This message posted from opensolaris.org ___ zf

Re: [zfs-discuss] Re: how to move a zfs file system between disks

2007-05-30 Thread Richard Elling
H E wrote: Does it sound possible at all , or cannot be done with the current ZFS commands yet? zfs replace -- richard ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] Re: how to move a zfs file system between disks

2007-05-30 Thread Chris Gerhard
You can do this using zfs send and receive. See http://blogs.sun.com/chrisg/entry/recovering_my_laptop_using_zfs for an example. If the file system was remote then you would need to squeeze some ssh commands into the script but the concept is the same. This message posted from opensolaris.o

[zfs-discuss] Re: how to move a zfs file system between disks

2007-05-30 Thread H E
Does it sound possible at all , or cannot be done with the current ZFS commands yet? This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss