[OpenIndiana-discuss] zpool and nfs
Edward Ned Harvey
openindiana at nedharvey.com
Wed Jan 19 01:19:18 UTC 2011
> From: ann kok [mailto:oiyankok at yahoo.ca]
>
> 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.
More information about the OpenIndiana-discuss
mailing list