atom feed13 messages in org.freebsd.freebsd-fsfilesystem full - freebsd 5.3
FromSent OnAttachments
t cDec 15, 2005 2:12 am 
Oliver FrommeDec 15, 2005 5:43 am 
dlm...@weaselfish.comDec 15, 2005 7:24 am 
Oliver FrommeDec 15, 2005 8:15 am 
Steven HartlandDec 15, 2005 8:32 am 
Oliver FrommeDec 15, 2005 8:49 am 
dlm...@weaselfish.comDec 15, 2005 10:52 am 
t cDec 18, 2005 11:49 pm 
Oliver FrommeDec 19, 2005 4:20 am 
Lukas ErtlDec 19, 2005 4:32 am 
Eric AndersonDec 19, 2005 5:22 am 
Oliver FrommeDec 19, 2005 6:00 am 
Lukas ErtlDec 19, 2005 10:03 am 
Subject:filesystem full - freebsd 5.3
From:t c (namo@gmail.com)
Date:Dec 18, 2005 11:49:05 pm
List:org.freebsd.freebsd-fs

Oliver Fromme <ol@lurza.secnetix.de> wrote: : t c < namo@gmail.com> wrote: : > I've got the following error messages in dmesg.today, but there are lots : > inodes (and free space) on that partition (/home): : > : > pid 50371 (rateup), uid 0 inumber 1130885 on /home: filesystem full : > pid 42486 (httpd), uid 80 inumber 1059960 on /home: filesystem full : > pid 50614 (virtual), uid 1004 inumber 966735 on /home: filesystem full : > (many times each row...) : [...] : Usually, when there are messages reporting that the file : system is full, it really _is_ full at that time. : In theory there could be some inconsistencies or other : damage of the filesystem, but in that case you should also : get other error messages. If you want to be sure, umount : the file system and fsck it. I bet there will be no : errors.

Perhaps more likely, he was trying to allocate full-size blocks, and the only things available were fragments. The output from df doesn't distinguish between the two types of available space. You can use dumpfs(8) to do that.

Dworkin

This version seems more likely for me. Unfortunatly I can't read the output of dumpfs. I tried to post, but my message was 'moderated', so I put that output on this page: http://dumpfs.szellem.org

ct