> From: ann kok [mailto:[email protected]]
> 
> My opensolaris is installed on vmware and I allocate 30G for it
> When I install opensolaris, I remember to use 20G.
> Now I want to use the rest of the 10G.
> Can you show me the command?

How did you use only 20G out of 30G?  By default, I think the installer uses
the whole drive.

If you have a 10G slice, c0t0d0s6 for example...
zpool add rpool c0t0d0s6

If you have another virtual disk, c0t2d0 for example...
zpool add rpool c0t2d0

If you are unsure what you have...
format -e
        (and be careful not to break anything)


> How can I verify I am using 20G now?

Both df and zpool list and zfs list will give you information.  Typically
different information.


_______________________________________________
OpenIndiana-discuss mailing list
[email protected]
http://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to