On Solaris, how do you mount a second zfs system disk for diagnostics?
Posted
by Matt Ball
on Stack Overflow
See other posts from Stack Overflow
or by Matt Ball
Published on 2010-03-29T17:30:45Z
Indexed on
2010/03/29
17:33 UTC
Read the original article
Hit count: 302
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?
© Stack Overflow or respective owner