From owner-freebsd-questions Sun Nov 26 4:52: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 1FF2937B479 for ; Sun, 26 Nov 2000 04:52:03 -0800 (PST) Received: from cm-206-31-82-28.gulfbreeze.mediacom.ispchannel.com ([206.31.82.28]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20001126125453.WEB382.smtp2a@cm-206-31-82-28.gulfbreeze.mediacom.ispchannel.com>; Sun, 26 Nov 2000 04:54:53 -0800 Date: Sun, 26 Nov 2000 06:52:01 -0600 (CST) From: Steve To: Kent Stewart Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Update to 4.2 In-Reply-To: <3A20FE38.F17CFF37@urx.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the quick response. Output is: MyFreeBSD# df -i Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/ad0s1a 248047 178899 49305 78% 62462 0 100% / /dev/ad0s1e 7627012 2396559 4620293 34% 158662 1753912 8% /usr procfs 4 4 0 100% 44 488 8% /proc Is the procedures outlined at http://www.freebsddiary.org/inodes.html the correct way to fix this problem? Also, what would cause this and is there a quick fix to prevent it from happening again? On Nov 26, Kent Stewart enlightened us with the following: > > > Steve wrote: > > > > I have successfully cvsup'd to 4.2-STABLE. However, in trying to complete > > the update in /dev and /stand, I get the following errors: > > > > For /dev: > > MyFreeBSD# ./MAKEDEV all > > > > /: create/symlink failed, no inodes free > > mknod: klog: No space left on device > > /sbin/mknod klog > > > > ...(repeated many times)... > > > > For /stand: > > /: create/symlink failed, no inodes free > > install: /stand/sysinstall: No space left on device > > *** Error code 71 > > > > Diskspace looks as follows: > > MyFreeBSD# df -h > > Filesystem Size Used Avail Capacity Mounted on > > /dev/ad0s1a 242M 175M 48M 78% / > > /dev/ad0s1e 7.3G 2.3G 4.4G 34% /usr > > procfs 4.0K 4.0K 0B 100% /proc > > > > Any ideas, suggestions, links, etc. about what is going on would be > > greatly appreciated. (BTW...I was using the Make World example found at > > www.mostgraveconcern.com/freebsd which has worked great as a general > > guideline up until now.) > > It sounds like you have run out of inodes on the file system. You can > see what is being used by typing "df -i". > > Kent > > > > > Steve > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://kstewart.urx.com/kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message