- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FILE SYSTEM
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-17-2003 11:37 PM
06-17-2003 11:37 PM
i got this status with 1 partition of my ux box.
host# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg_01/lv01 409600 386255 21917 95% /usr/dw/TUBE
considering result of my bdf, the used KB came up to 386255. so i issued du -sk to that partition and got this result
host# du -sk /usr/dw/TUBE/
43955 /usr/dw/TUBE/
my question, how come the used disk space in BDF is very far bigger than the result of du -sk, which is only 43,995? i know that the results should not be equal but differs only a little. any advise on this please? how could this possible happen? i really need to know of which file is occupying the space, for house keeping purposes. i tried the same commands with the other partitions and the used space differs only a little.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 11:42 PM
06-17-2003 11:42 PM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x445d2d88ce9cd711abdc0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 11:45 PM
06-17-2003 11:45 PM
Re: FILE SYSTEM
Looks like you have (or someone has) removed a file which is being held open by a process.
You will have to stop the process which is doing this and it will then free up the space.
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 11:45 PM
06-17-2003 11:45 PM
Re: FILE SYSTEM
Other than that have a look at Bill Hassell's comments in this posting.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x308b402f24d5d61190050090279cd0f9,00.html
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 12:08 AM
06-18-2003 12:08 AM
Re: FILE SYSTEM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 12:22 PM
06-18-2003 12:22 PM
Re: FILE SYSTEM
Again:
The bdf and du work on diffrent system calls
So if one proccess write to that file system
with du you would see the size that it take
and with bdf you will see.
Also see in man about the block size that
the command show the size.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2006 10:48 PM
09-03-2006 10:48 PM