- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problems using du (vs bdf)
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
05-29-2012 06:55 AM
05-29-2012 06:55 AM
problems using du
Hi,
I have a doubt with du. look for /x0101 (Oracle Binary)
Why there is a difference of 1 Gb when I use du?
i5800x12:/x0101# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 31948800 25509816 6390656 80% /
/dev/vg00/lvol1 1048576 229112 813144 22% /stand
/dev/vg00/lv_u01 20971520 19846528 1121392 95% /x0101
/dev/odm 0 0 0 0% /dev/odm
/dev/vx/dsk/dgcarga/lvol1
61440000 28646865 30783773 48% /cfs/carga
i5800x12:/x0101# du -sk .
18912888 .
i5800x12:/x0101#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2012 07:06 PM - edited 11-10-2012 05:27 PM
05-29-2012 07:06 PM - edited 11-10-2012 05:27 PM
Re: problems using du (vs bdf)
There are three states for regions on the disk:
1) free
2) used (includes metadata)
3) unlinked but still open
It is this third state that du doesn't know about since it walks the directory tree.