nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Disk suddenly full

This is a discussion on Disk suddenly full within the Ubuntu / Debian forums, part of the Linux Distribution category; A 40 Gb disk that had been only 35% used is suddenly full. The problem appeared when the system was ...


Go Back   nixCraft Linux Forum > Linux Distribution > Ubuntu / Debian

Linux answers from nixCraft.


Ubuntu / Debian Discussion about Debian or Ubuntu Linux related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-08-2008, 11:27 PM
Junior Member
User
 
Join Date: Aug 2008
OS: Debian
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
JohnPrenis is on a distinguished road
Default Disk suddenly full

A 40 Gb disk that had been only 35% used is suddenly full. The problem appeared when the system was started up Monday morning. (It had been powered off over the weekend.) After over 60 Mb of files were deleted, 'df' still reported zero blocks available. What could cause this?

reboot doesn't help. fsck reports no errors. sfdisk -V reports no problems with the partition
table. df -i reports only 22% inode use. OS is Debian 4.0.

Suggestions greatfully appreciated.

Last edited by JohnPrenis; 04-08-2008 at 11:35 PM.
Reply With Quote
  #2 (permalink)  
Old 05-08-2008, 11:24 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,706
Thanks: 11
Thanked 243 Times in 183 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Do you have one big partition or partition for each file system? The following should show you top 10 files/dirs in /:
Code:
du -a / | sort -n -r | head -n 10
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 05-08-2008, 07:43 PM
Junior Member
User
 
Join Date: Aug 2008
OS: Debian
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
JohnPrenis is on a distinguished road
Default Mystery solved

The mystery is solved. It seems my co-worker was misinformed when he said the disk was 35% full last Friday. The culprit is a snapshot script that had been steadily filling up the disk, until it has eaten 3/4 of the disk space.

But thanks for the tip!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Creating the perl Backup script for hard disk to hard disk backup vmr.gouda CentOS / RHEL / Fedora 2 15-05-2008 01:08 AM
Directory index full! marros Linux hardware 1 08-05-2008 01:17 AM
Suse Enterprise Linux server Set Network card (NIC) to Full duplex setting raj Networking, Firewalls and Security 1 20-03-2008 03:33 PM
USB flash disk on Redhat sunguru CentOS / RHEL / Fedora 0 07-11-2007 05:40 PM
Help needed regarding bash scripting ---full description chris411 Shell scripting 1 07-09-2006 04:21 AM


All times are GMT +5.5. The time now is 07:21 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38