From owner-freebsd-questions@freebsd.org Mon Sep 28 18:18:30 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B716A0B352 for ; Mon, 28 Sep 2015 18:18:30 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C0B861F7B for ; Mon, 28 Sep 2015 18:18:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t8SIISec099203 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 28 Sep 2015 12:18:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t8SIISvH099200; Mon, 28 Sep 2015 12:18:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 28 Sep 2015 12:18:28 -0600 (MDT) From: Warren Block To: "William A. Mahaffey III" cc: FreeBSD Questions !!!! Subject: Re: dd question In-Reply-To: <5608BFA4.1080903@hiwaay.net> Message-ID: References: <5606A4FF.4090105@hiwaay.net> <56073915.6030707@hiwaay.net> <20150927131036.c6b2d9ce.freebsd@edvax.de> <5607E84D.1050803@hiwaay.net> <20150927155354.7dab526a.freebsd@edvax.de> <5607F676.10307@hiwaay.net> <20150927160604.f1e1c21d.freebsd@edvax.de> <5607FA6E.5040600@hiwaay.net> <5608BFA4.1080903@hiwaay.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 28 Sep 2015 12:18:28 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2015 18:18:30 -0000 On Sun, 27 Sep 2015, William A. Mahaffey III wrote: > On 09/27/15 20:07, Warren Block wrote: >> Messing with a bsdlabel installer image is probably a waste of time, but >> yes, you can add a partition (a bsdlabel partition). Or you can probably >> use growfs to expand the filesystem to the size of the drive. If you >> already have images on the network, consider mounting them with NFS >> instead. > > How do I do that (mount images using NFS) ? Is that feasible for boot/install > ? Thanks & TIA .... Set up an NFS server on the system with the images: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html That example shows sharing a CDROM image. Then mount that from the installer command line. (Untested by me, but I'd expect it to work.)