Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disk Space Utilization

Status
Not open for further replies.

ddrillich

Technical User
Jun 11, 2003
546
0
0
US
Good Day,

I have the following -

[autonomy@sbkj2ksrchdahp01 autonomy]$ pwd
/opt/autonomy
[autonomy@sbkj2ksrchdahp01 autonomy]$ du -ks
3889756 .
[autonomy@sbkj2ksrchdahp01 autonomy]$ df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/rootvg-rootvol
53283348 35212532 15364764 70% /
/dev/sdb1 101086 14790 81077 16% /boot
none 4080416 0 4080416 0% /dev/shm

I'm not clear about the disk space utilization of /opt/autonomy as a percentage of the over-all /dev/mapper/rootvg-rootvol utilization.

Regards,
Dan
 
Good Day,

I guess /opt/autonomy uses 3.7 GBs out of the 50 GBs available.

Regards,
Dan
 
You could use
Code:
du -hs <some directory>
to get a more "human" readable formatting of the output.

BTW, the [green]-h[/green] option works for the [blue]df[/blue] command too.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top