From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 22:10:58 2009 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 CDDF7106568D; Wed, 18 Nov 2009 22:10:58 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED028FC0A; Wed, 18 Nov 2009 22:10:58 +0000 (UTC) Received: by pxi12 with SMTP id 12so1081638pxi.3 for ; Wed, 18 Nov 2009 14:10:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=dBWBDLH28igAcuw0VGQbMt9xE6uld0vaMggVFcWvqSY=; b=sXr+9vf6ZYXOBgqB7exdqUoZ3VG7pbHPdbiTfybTMrX4hFca5dlI4hBcD41IQtKgwl 6mMOODKUNRWujLuQPO6XuatgLWJiTYkLdH5h/Ja8ghjAeE7TsGXXZhLeaaUX5DuYkrfg qWIEwfJot6lq3uVIg1EHVYqmA2eD3759NJaC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Wtg9Ggsx0JQLEdrtG+Osk7Jz5iJVLhNW/nE0CkjCdbIFv3M/F8Tu/SBVlSPUddXTyu KUHwnE3kcZytUkwRrMUvyJw5oSrwBgZ4bXb7llVFZ+gMgPR5SJN7UWWBEFEl7dqPm2Lh GK3gpl7VSruXIcociz+sjuuQrclE715jtDRYI= MIME-Version: 1.0 Received: by 10.114.2.29 with SMTP id 29mr224873wab.48.1258582258192; Wed, 18 Nov 2009 14:10:58 -0800 (PST) In-Reply-To: <456530742.21066.1258437272093.JavaMail.apache@mail51.abv.bg> References: <456530742.21066.1258437272093.JavaMail.apache@mail51.abv.bg> Date: Wed, 18 Nov 2009 15:10:57 -0700 Message-ID: From: Tim Judd To: Mario Pavlov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Re: [solved] Re: Re: Re: diskless - NFS root mount problem 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: Wed, 18 Nov 2009 22:10:58 -0000 On 11/16/09, Mario Pavlov wrote: > indeed you get bonus points if you firewall yourself :) > and of course this is not the first time I do that so my score is pretty > good > however my favourite is to forget about net.inet.ip.forwarding when I > upgrade routers with many clients :) > > Tim, thanks for your hints...but I don't understand this one: > >2nd, you buildworld and installworld into the diskless root, but never > >use it. You're using disk space you can reclaim. > how so I never use it and can reclaim diskspace ? The Monday's email you sent at 11:22 (by datestamp on gmail), you wrote: ================================================================================ mkdir /storage0/diskless cd /usr/src export DESTDIR=/storage0/diskless make buildworld buildkernel installworld distribution installkernel ================================================================================ ----------------------- You clearly 'make buildworld installworld' but your later exports have /storage0/diskless and /usr being exported. shouldn't it be either /storage0/diskless (as a root filesystem and everything underneath it) or if you want to unecessarily break it up, exporting /storage0/diskless/usr ? Understand?