From owner-freebsd-questions@FreeBSD.ORG Tue Nov 22 15:33:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2005816A41F for ; Tue, 22 Nov 2005 15:33:53 +0000 (GMT) (envelope-from schpeko@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D6D43E09 for ; Tue, 22 Nov 2005 15:31:50 +0000 (GMT) (envelope-from schpeko@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so874464wxc for ; Tue, 22 Nov 2005 07:31:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PwMLDvESUlmc2r9oQwXSknwHSe7KqvXitbJbI42KSOPkoWHBYDHfLHRxrEvUrmUxyK1+AdFsXCMX7utSwC3F+Vxu/dKKI2L1oh5AZxK4i3r0iq5/9ML1c/suW5wZvckAyBSf4kK3j0Z2NEDmRkACgPVjUiPie8/uWV3DwzB4fbY= Received: by 10.70.74.2 with SMTP id w2mr3302730wxa; Tue, 22 Nov 2005 07:31:38 -0800 (PST) Received: by 10.70.89.10 with HTTP; Tue, 22 Nov 2005 07:31:38 -0800 (PST) Message-ID: <6334c6e20511220731p16c1a444g49edcdd6655096fb@mail.gmail.com> Date: Tue, 22 Nov 2005 16:31:38 +0100 From: Martin Zibert To: freebsd-questions@freebsd.org In-Reply-To: <200511221526.jAMFQ6tH097360@casselton.net> MIME-Version: 1.0 References: <6334c6e20511220634o44b897dcqc278f7673d2d3356@mail.gmail.com> <200511221526.jAMFQ6tH097360@casselton.net> 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: Re: /: create/symlink failed, no inodes free X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 15:33:53 -0000 yes, "emergency holographic shell" starts, but df is not installed. alt+f2 shows: pid 128 (cpio), uid 0 inumber 184 on /: out of inodes also, there were some "no left space" errors. i'm out of ideas.. On 11/22/05, Mark Tinguely wrote: > > > today i was installing freebsd 6.0 and got this error: /: create/symlin= k > > failed, no inodes free > > I used 2 disks (one 4GB and the other 8GB) but got the same error. > > How can i fix this problem? The disks were formated through fbsd > sysinstall > > at install. > > You have run out of inodes. When you create the new / filesystem, > you may need to add the option to increase the inodes generated. > see newfs(8) option -i. > > Is the install process far enough along that it started the "emergency > holographic shell"? If so, then you should be able to go to the shell > (Alt-F4) > and see if "df" has been installed: > > # df -i > > >