Michael Lee wrote:
Hi,
I need to copy files from an old ZFS pool on an old hard drive to a new one on
a new HD.
With UFS, you can just mount a partition from an old drive to copy files to a new drive.
What's the equivalent process to do that with ZFS?
Use 'zpool import' to make the old pool available on the system. You
can use the -R flag to specify an alternate mountpoint. Check the
zpool(1m) manpage for details.
--matt
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss