> I have a 40Gb drive that i would like to use for the OS and buy a larger 
> drive for data; is this 
> possible?

Yes.  But you cannot add that disk to the root zpool, rpool.  You create a new 
zpool.  Example:

# zpool status
  pool: rpool
 state: ONLINE
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        rpool          ONLINE       0     0     0
          c0t0d0s0   ONLINE      0     0     0

errors: No known data errors

  pool: tank
 state: ONLINE
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        tank           ONLINE       0     0     0
           c0t1d0    ONLINE       0     0     0
           c0t2d0    ONLINE       0     0     0
 
 
This message posted from opensolaris.org

Reply via email to