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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File System

Status
Not open for further replies.

ndoreka

Technical User
Oct 27, 2003
4
I have a couple of dump files in a file system , the files are 8 GB , and the file system in 20 GB , but the file system is showing 120 capacity full . These are the only files on the file system . Can anyone know where the other space might be going
 
Have you tried a
Code:
 ls -aR
on your filesystem ?

Hope This Help
PH.
 
The system is using up some space and the space not being taken up by files coz there are only 8GB. Was thinking porbably processes can take up space, dont know if am right.

 
in filesystem/directory do
fuser *
this will show any processes that may be holding onto filesystem inodes (perhaps a file was deleted whilst it was in use ?).
 
If you are doing a transfer of files via a link that is slow between Unix or Linux servers, the file transfer is likely to be using some space. Once that file transfer is through space allocation is likely to be back to normal. If the connection between the two machines is very slow, more space is likely to be used
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top