From owner-freebsd-stable@FreeBSD.ORG Mon Nov 7 06:26:25 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E52816A41F for ; Mon, 7 Nov 2005 06:26:25 +0000 (GMT) (envelope-from shurd@sasktel.net) Received: from misav01.sasknet.sk.ca (misav01.sasknet.sk.ca [142.165.20.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id F16CA43D45 for ; Mon, 7 Nov 2005 06:26:24 +0000 (GMT) (envelope-from shurd@sasktel.net) Received: from bgmpomr2.sasknet.sk.ca ([142.165.72.23]) by misav01 with InterScan Messaging Security Suite; Mon, 07 Nov 2005 00:26:24 -0600 Received: from [192.168.0.193] ([142.165.59.202]) by bgmpomr2.sasknet.sk.ca (SaskTel eMessaging Service) with ESMTPA id <0IPK00GLFN7YQM60@bgmpomr2.sasknet.sk.ca> for freebsd-stable@freebsd.org; Mon, 07 Nov 2005 00:26:24 -0600 (CST) Date: Mon, 07 Nov 2005 00:26:22 -0600 From: Stephen Hurd In-reply-to: <000001c5e341$885d6a50$0201a8c0@bedroom> To: Matt Smith Message-id: <436EF38E.8010808@sasktel.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <000001c5e341$885d6a50$0201a8c0@bedroom> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8b) Gecko/20051001 Cc: freebsd-stable@freebsd.org Subject: Re: /create/symlink failed: no inodes free X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 06:26:25 -0000 Matt Smith wrote: >In this case I think the hard disk filled up during the install as I got >later: "couldn't create /usr/compat - no space left on device." > > Right... that's essentially the same error. What apears to happen when the install is aborted/restarted is that instead of installing to the HD, it ends up trying to install to the RAM disk... which fills up pretty quickly. :-) Of course, it is possible that the HD did fill.