1752511 Members
4499 Online
108788 Solutions
New Discussion юеВ

Re: Disk Space Query

 
SOLVED
Go to solution
Gary March
Occasional Contributor

Disk Space Query

I have a file system (/w) which indicates over 2GB usage when using bdf.

When I use the command "du -sk /w" it indicates it is only using 500MB.

Checking all directories under /w does not show any large unexpected files.

The file system has been around the 2GB size (via bdf) even after reboots.

Where could the missing 1.5 GB disk usage be...?
17 REPLIES 17
Arunvijai_4
Honored Contributor

Re: Disk Space Query

Hi Gary,

Do you have any process(es) that uses /w filesystem ? Check this out by # fuser -u

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Senthil Kumar .A_1
Honored Contributor
Solution

Re: Disk Space Query

Hi Gary,

Can you paste the output of the follwoing commands,..

bdf -i
bdf -i /w
du -k /w
du -sk /w

A attachment of these outputs would suffice.

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Gary March
Occasional Contributor

Re: Disk Space Query

Yes, I have several hundred processes using the file system. "fuser -cu /w" shows these processes.

Please note that after a reboot, this count would possibly be zero.
Muthukumar_5
Honored Contributor

Re: Disk Space Query

can you show us the information?

# bdf
# du -sk /w

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Disk Space Query

Hello,

Can you kill all the unwanted process and post # bdf -l output.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Senthil Kumar .A_1
Honored Contributor

Re: Disk Space Query

Hi Gary,


My guess is U would have mounted a file system which contains 1.5 gb worth of data, hence making it disappear for the command du -sk /w to check. To make sure this possibility is ruled out I would like to get us the output of the follwoing commands.

bdf -i
du -k /w

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Senthil Kumar .A_1
Honored Contributor

Re: Disk Space Query

Sorry for ambiguos reply,

I meant, u would have mounted a FS on a directory ..which conatained 1.5 GB of Data earlier to mount..so please give us the outputs..to indeed see if this was true..

Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Gary March
Occasional Contributor

Re: Disk Space Query

Output from select commands follows:
/>#bdf -i /w
Filesystem kbytes used avail %used iused ifree %iuse Mounted on
/dev/vg01/w 2621440 2464376 157064 94% 103383 608297 15% /w
/>#du -sk /w
557115 /w


cheers
Senthil Kumar .A_1
Honored Contributor

Re: Disk Space Query

Also Gary,

We wanted the output of just "bdf -i" without mentioning any specific FS.

That is we want the whole output.
Just

bdf -i

Regards,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)