Link to home
Start Free TrialLog in
Avatar of gillagilla
gillagilla

asked on

VERY URGENT: How do I find out how big the hard disk is on a Solaris m/c

How do I find out how big the hard disk is on a Solaris m/c?


Avatar of msako
msako

try 'format' as root, look at the partition map (format -- partition -- print)
do a df -k and it will show show you the statistics of different filesystems in kbytes.

Statistics are :-

filesystem (the device)
kbytes (total space)
used (used space in Kbytes)
avail (available space in Kbytes)
capacity (capacity in percentage)
mounted on (what is the mounted file system)

if you need more information you can see man df and learn more.

If you are looking for a particular filesystem you can use the following command also

df -k {/filesystem}

post your comments here, if you have any doubts.

Kidambi
I am sorry, It's for the filesystem, Please ignore my previous comment.

kidambi
ASKER CERTIFIED SOLUTION
Avatar of yuzh
yuzh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial