Date: Thu, 15 Dec 2005 08:24:15 -0700 From: dlm-fb@weaselfish.com To: freebsd-fs@freebsd.org Subject: Re: filesystem full - freebsd 5.3 Message-ID: <200512151524.jBFFOFm04575@green-dome.village.org> In-Reply-To: Your message of Thu, 15 Dec 2005 14:40:10 %2B0100
next in thread | raw e-mail | index | archive | help
Oliver Fromme <olli@lurza.secnetix.de> wrote: : t c <namondo@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512151524.jBFFOFm04575>