Date: Sun, 26 Nov 2000 04:12:40 -0800 From: Kent Stewart <kstewart@urx.com> To: Steve <vandena@ispchannel.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Update to 4.2 Message-ID: <3A20FE38.F17CFF37@urx.com> References: <Pine.BSF.4.21.0011260542380.16759-100000@MyFreeBSD.ispchannel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A20FE38.F17CFF37>