Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:39 AM
06-05-2002 06:39 AM
tool
I have since forgotten where Ive put it and cannot remember its name, if this sounds familiar (one of the forum member wrote it i do beleive) then please reply with it attached.
cheers,
mark.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:46 AM
06-05-2002 06:46 AM
Re: tool
you are right. It is du -k only. Check in the /sbin, /usr/bin directories
You can give
# du -k /var ( for var directory)
# du -k ( for current directory)
Divide the output which you get by 2 and you will get the MB used by the filesystem
Also go thro this string
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x65878cc5e03fd6118fff0090279cd0f9,00.html
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 06:49 AM
06-05-2002 06:49 AM
Re: tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 07:04 AM
06-05-2002 07:04 AM
Re: tool
# du -skx *
and you will have the size of all the directories on the same filesystem
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 10:18 PM
06-05-2002 10:18 PM
Re: tool
this document is nice to know:
BA961218001
Sys Adm: Help! My Filesystem is Full
You will get some examples for the usage of du.