From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 21:43:43 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB6461065672 for ; Sun, 1 Aug 2010 21:43:43 +0000 (UTC) (envelope-from caleb.stein@me.com) Received: from asmtpout027.mac.com (asmtpout027.mac.com [17.148.16.102]) by mx1.freebsd.org (Postfix) with ESMTP id B53798FC08 for ; Sun, 1 Aug 2010 21:43:43 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Received: from win7x64.mshome.net ([76.121.184.98]) by asmtp027.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPA id <0L6H0075CTK5HC90@asmtp027.mac.com> for freebsd-questions@freebsd.org; Sun, 01 Aug 2010 14:43:43 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1008010164 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.0.10011,1.0.148,0.0.0000 definitions=2010-08-01_01:2010-08-01, 2010-07-31, 1970-01-01 signatures=0 To: "freebsd-questions@freebsd.org" Date: Sun, 01 Aug 2010 14:43:42 -0700 From: Caleb Stein Message-id: User-Agent: Opera Mail/10.60 (Win32) Subject: make installworld fails 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: Sun, 01 Aug 2010 21:43:43 -0000 I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the order I ran the commands in (all as root): cd /usr/src make buildworld make buildkernel shutdown now make installkernel shutdown -r now adjkerntz -i mount -a -t ufs mergemaster -p cd /usr/src make installworld mergemaster reboot But I didn't get to run the last two. When I run make installworld, I get errors telling me that the filesystem is full. Now, I can assure you it is not. Well, basically, what I am asking is why is the filesystem full after installing the new kernel?