From owner-freebsd-fs@FreeBSD.ORG Thu Dec 15 10:13:02 2005 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78CEC16A41F for ; Thu, 15 Dec 2005 10:13:02 +0000 (GMT) (envelope-from namondo@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC1643D75 for ; Thu, 15 Dec 2005 10:12:52 +0000 (GMT) (envelope-from namondo@gmail.com) Received: by nproxy.gmail.com with SMTP id p48so119200nfa for ; Thu, 15 Dec 2005 02:12:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=e1r/bf/UQCmt0QQcCvfhVMb0jyaGTuXCqqjxwadKRVSgc1WVFgGjSKtphGNdz4Q48J1Vu/Z4BCIw7gOhL2v1GUq2QExYTaPP3LCOMYJmKVitDXiPK6Dos8EMuWgiXLGqmXEWbWEpfwf1uRg/yJHz5clbJHIPxqP4JavscygBDt0= Received: by 10.48.127.10 with SMTP id z10mr72752nfc; Thu, 15 Dec 2005 02:12:51 -0800 (PST) Received: by 10.48.213.13 with HTTP; Thu, 15 Dec 2005 02:12:50 -0800 (PST) Message-ID: <18eab3b50512150212k4624d38er@mail.gmail.com> Date: Thu, 15 Dec 2005 11:12:50 +0100 From: t c To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: filesystem full - freebsd 5.3 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 10:13:02 -0000 Hello, 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...) root@ns:~# df -hi Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/ad0s1a 4.8G 1.2G 3.2G 27% 159048 500406 24% / devfs 1.0K 1.0K 0B 100% 0 0 100% /dev /dev/ad0s1e 22G 16G 6.0G 72% 114104 2829894 4% /home /dev/ad0s1d 9.7G 3.2G 5.7G 36% 14119 1304791 1% /var devfs 1.0K 1.0K 0B 100% 0 0 100% /var/named/dev root@ns:/etc# mount /dev/ad0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad0s1e on /home (ufs, local, soft-updates) /dev/ad0s1d on /var (ufs, local, soft-updates) devfs on /var/named/dev (devfs, local) I've found a similar problem in the archives - without solution.... Any suggestion? Thanks in advance: amondo