Operating System - Tru64 Unix
1753903 Members
9911 Online
108810 Solutions
New Discussion юеВ

How can I get space info of disk group, disk and volumes?

 
JeffMa
Frequent Advisor

How can I get space info of disk group, disk and volumes?

I want to get the total size, free size and used size of storage.
Now I only get their names:
1. Disk Group
#voldg list
2. Disk
#voldisk list
3. Volume
# volinfo

Thanks in advance!
2 REPLIES 2
Kapil Jha
Honored Contributor

Re: How can I get space info of disk group, disk and volumes?

Hi Jeff
you can use df -k to find out free space and used space.
many be you can find required info from voldg free (check man page for voldg)
Kapil
I am in this small bowl, I wane see the real world......
Ivan Ferreira
Honored Contributor

Re: How can I get space info of disk group, disk and volumes?

See also showfdmn:
showfdmn cluster_usr

Id Date Created LogPgs Version Domain Name
415abb1d.0008651c Wed Sep 29 09:39:41 2004 512 4 cluster_usr

Vol 512-Blks Free % Used Cmode Rblks Wblks Vol Name
1L 10485760 3082128 71% on 256 256 /dev/disk/dsk3g
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?