From owner-freebsd-arm@FreeBSD.ORG Wed Jul 14 15:41:48 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35CE81065674 for ; Wed, 14 Jul 2010 15:41:48 +0000 (UTC) (envelope-from ravindra.kulkarni@globaledgesoft.com) Received: from gesmail.globaledgesoft.com (gesmail.globaledgesoft.com [203.76.137.4]) by mx1.freebsd.org (Postfix) with ESMTP id D82EE8FC1F for ; Wed, 14 Jul 2010 15:41:47 +0000 (UTC) Received: from [127.0.0.1] (ravindra_k.globaledgesoft.com [172.16.9.37]) by gesmail.globaledgesoft.com (Postfix) with ESMTP id 0D28617B42F; Wed, 14 Jul 2010 21:11:45 +0530 (IST) Message-ID: <4C3DDAB8.3070108@globaledgesoft.com> Date: Wed, 14 Jul 2010 21:11:44 +0530 From: Ravindra User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "M. Warner Losh" References: <4C3DAAB9.8020004@globaledgesoft.com> <20100714.072457.802140508273937765.imp@bsdimp.com> In-Reply-To: <20100714.072457.802140508273937765.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: RootFile System Error X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 15:41:48 -0000 I am getting rwxr-xr-x 1 root user 205479936 jul 14 17:45 /usr/home/user/path/to/root.ufs Regards, Ravindra K. M. Warner Losh wrote: > In message: <4C3DAAB9.8020004@globaledgesoft.com> > Ravindra writes: > : Hi, > : > : I am trying to build the RootFile System using the commands as below: > : I am getting error during last step. > : > : 1.make buildworld TARGET=arm TARGET_ARCH=arm TARGET_CPUTYPE=arm920t > : > : 2. make installworld TARGET=arm TARGET_ARCH=arm TARGET_CPUTYPE=arm920t > : DESTDIR=/usr/home/user/path/to/root/fs > : > : * To create a rootfile system* > : 3. makefs -B little /usr/home/user/path/to/root.ufs > : /usr/home/user/path/to/root/fs > : > : 4. make buildkernel TARGET=arm KERNCONF=LN2410SBC DESTDIR=/root/kernel > : installkernel -DNO_MODULES MFS_IMAGE=/usr/home/user/path/to/root.ufs > : > : > : I am getting the error "MFS Image too large" even though i have > : enabled MFD_ROOT_SIZE to 4MB, can anybody give me solution for this. > > What does ls -l /usr/home/user/path/to/root.ufs tell you? > > Warner > > >