On Solaris, how do you mount a second zfs system disk for diagnostics?
Posted
by Matt Ball
on Server Fault
See other posts from Server Fault
or by Matt Ball
Published on 2010-03-29T19:26:42Z
Indexed on
2010/03/29
19:33 UTC
Read the original article
Hit count: 293
(Cross posted from Stack Overflow 1)
I've got two hard disks in my computer, and have installed Solaris 10u8 on the first and Opensolaris 2010.3 (dev onnv_134) on the second. Both systems uses ZFS and were independently created with a zpool name of 'rpool'.
While running Solaris 10u8 on the first disk, how do I mount the second ZFS hard disk (at /dev/dsk/c1d1s0) on an arbitrary mount point (like /a) for diagnostics?
© Server Fault or respective owner