Unix Technical Forum

filesystem full

This is a discussion on filesystem full within the AIX Operating System forums, part of the Unix Operating Systems category; --> have filesystem full but files aren't big enough to fill filesystem. What other causes could have a filesystem filling ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 04:07 AM
Ken
 
Posts: n/a
Default filesystem full

have filesystem full but files aren't big enough to fill filesystem.
What other causes could have a filesystem filling up? filesystems are
/tmp and /usr

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 04:07 AM
John Graat
 
Posts: n/a
Default Re: filesystem full

Ken <ucstyle@hotmail.com> wrote:
> have filesystem full but files aren't big enough to fill filesystem.
> What other causes could have a filesystem filling up? filesystems are
> /tmp and /usr
>

You might have run out of inodes. This happens if you have tons
of very small files. See the 'df' command and look for 'Iused' columns.

John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 04:07 AM
Andreas Schulze
 
Posts: n/a
Default Re: filesystem full

"John Graat" <do-not-reply@graat.org> schrieb im Newsbeitrag
news:412caa07$0$559$e4fe514c@news.xs4all.nl...
> Ken <ucstyle@hotmail.com> wrote:
> > have filesystem full but files aren't big enough to fill filesystem.
> > What other causes could have a filesystem filling up? filesystems are
> > /tmp and /usr
> >

> You might have run out of inodes. This happens if you have tons
> of very small files. See the 'df' command and look for 'Iused' columns.
>
> John


Or sbdy deleted a file in the fs while a process still writes to it. Such a
deleted file would be invisible but nonetheless grow and use up space as
long as the process writes to it. Use fuser or lsof to find out which
processes access fs in question. Kill those old processes if possible.
Make sure your /tmp fs does not fill completely as otherwise your system
might behave strange ;-)

HTH,
Andreas


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2008, 04:07 AM
sumGirl
 
Posts: n/a
Default Re: filesystem full

Sounds like someone cleaned up a file that was still in use/being
written to. Use the fuser command to find out if so:
fuser -d <file system>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-05-2008, 04:07 AM
Steve N.
 
Posts: n/a
Default Re: filesystem full

ucstyle@hotmail.com (Ken) wrote in message news:<d526473a.0408250651.3fa8f947@posting.google. com>...
> have filesystem full but files aren't big enough to fill filesystem.
> What other causes could have a filesystem filling up? filesystems are
> /tmp and /usr
>
> Thanks




Use fuser to find processes that may have used up the space in the
file system by creating open I-nodes. (Not sure if I am describing the
scenario right but here goes...)

Syntax:

1) fuser -u /tmp
or
2) fuser -u /dev/hd3

Example:
You have a runaway process that created a large file in /tmp. Someone
deletes that file but it does not release the space because the
process is still active, locking the inode. When you find the process
and kill it, you unlock the space.

We had this problem happen with an AcuCOBOL unattended program in AIX
4.3 and have noticed it with a nohup'd Informix "ontape" command in
AIX 5.1 (even though you pass it the <CR> it needs to start the
backup).


Another issue could be a corrupted I-node map for /tmp or /usr. You
can try fsck for that issue.

Syntax: fsck /tmp

You may have to unmount the filesystem to correct corruption.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:13 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com