From owner-freebsd-questions Thu Nov 4 11:39:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 14EF214DA1 for ; Thu, 4 Nov 1999 11:39:29 -0800 (PST) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2650.21) id ; Thu, 4 Nov 1999 14:39:30 -0500 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105D46@site2s1> From: Christopher Michaels To: "'courtney@whtz.com'" Cc: "FreeBSD Questions (E-mail)" Subject: Re: Insufficient Disk Space Adding Users (was: PROCFS Space) Date: Thu, 4 Nov 1999 14:42:53 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 1st of all. /proc is supposed to be at 100%. It is not a real filesystem, it is just a representation of the currently running processes, layed out like a file system. More likely than not you are out of space on your root partition (/). And more to the point, /tmp. The best thing to do is to move /tmp to a partition that has more space available on it, such as /usr. The way to do this is to type the following: rm -rf /tmp mkdir /usr/tmp ln -s /usr/tmp /tmp If this doesn't resolve your problem, reply to the list with the exact error message you are receiving and with the output of df -k. Thanks, -Chris P.S. Please CC: all replies to this message to the FreeBSD Questions mailing list. > -----Original Message----- > From: courtney@whtz.com [SMTP:courtney@whtz.com] > Sent: Thursday, November 04, 1999 11:42 AM > To: freebsd-questions@freebsd.org > Subject: PROCFS Space > > > > hey everyone- > > I've got a FreeBSD 3.2 box running here are our main mail server, and I've > just noticed that I am at 100% capacity on my procfs portion of my > drive...I''m getting errors about no free disk space when I try and add > users, etc. How can I make BSD know it's got plenty of space, there is 3 > GB free on the rest of the drive.... > > Bernie Courtney > Z100 New York Radio Engineering > mailto:courtney@whtz.com > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message