LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 07-29-2007, 10:19 AM   #1
msteiner
Member
 
Registered: Aug 2006
Posts: 41

Rep: Reputation: 15
/ 100% full


I am using FC 5. My file system is laid out as follows :

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
2.0G 1.9G 0 100% /
/dev/sda1 494M 20M 449M 5% /boot
tmpfs 506M 0 506M 0% /dev/shm
/dev/mapper/VolGroup00-LogVol03
9.5G 151M 8.9G 2% /home
/dev/mapper/VolGroup00-LogVol04
8.6G 1.7G 6.5G 21% /usr
/dev/mapper/VolGroup00-LogVol01
8.6G 339M 7.8G 5% /var
/dev/mapper/VolGroup00-LogVol02
8.6G 183M 7.9G 3% /var/log

I ran:
find $1 -type f -size +2048 -exec ls -s {} + | /bin/sort -nr

and removed any old install files, etc, but the disk space usage isn't changing at all?

Help!
 
Old 07-29-2007, 10:27 AM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Remember that only the files in "/" that are not in one of the other mounts (/home, /boot, /usr, /var) will affect the space there.

You can use the "-xdev" flag in find to insure it only searches directories that are part of the "/" (root) mount rather than one of the submounts.

Look for any file named "core". Do "file core" when you find one to verify it is a core dump file - you can safely remove those.

Also look for files ending in .tar - those are typically tar bundles. You can usually at least gzip those to shrink them and may be able to remove them if you know you've already unbundled the contents previously (e.g. when you've installed some software).

Log files are another good source of space savings though most of these are in /var so wouldn't help you.

If a file is "open" when you "delete" it then it really doesn't get "deleted" from the inode - it just removes the name. At that point the only way to complete the deletion is to stop the process that has it "open". The simplest way to do this for all processes is just to reboot.
 
Old 07-29-2007, 10:41 AM   #3
msteiner
Member
 
Registered: Aug 2006
Posts: 41

Original Poster
Rep: Reputation: 15
Thank you very much for the quick reply and suggestions! Using the -xdev option, I was able to find the files causing the problem!

scrapper
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Disk 100% full eggoz Linux - Software 7 12-22-2004 10:01 PM
partition help / 100% full JanusDay Slackware 7 02-23-2004 05:57 PM
Xircom 100 Full Duplex crakerg Linux - Networking 3 01-13-2004 06:05 PM
Xircom 100 Full crakerg Linux - Hardware 3 01-13-2004 12:17 PM
100% full CPU davi_cabral Linux - Software 8 08-18-2003 02:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 07:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration