On Tue, 4 Sep 2007, christopher wrote: > > Will I be able to save my data on the RAIDZ and remount the ZFS after > reinstall, or am I screwed? >
You don't need anything from your current Solaris install to access your ZFS storage pool. 'zpool import' will locate the pool on a fresh install. If possible, you should perform a 'zpool export' on the current system before reinstalling Solaris, because ZFS will refuse to import a pool that wasn't exported if it is marked as being in use by a different system (in this case the previous install). If exporting is not possible, 'zpool import -f' will ignore that warning and allow importing anyway. -Albert _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss