From owner-freebsd-questions@FreeBSD.ORG Thu Sep 3 23:13:49 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 53F251065670 for ; Thu, 3 Sep 2009 23:13:49 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9FD8FC08 for ; Thu, 3 Sep 2009 23:13:48 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n83NDlTm085754 for ; Thu, 3 Sep 2009 16:13:47 -0700 (PDT) Message-ID: <4AA04DAA.2010902@rawbw.com> Date: Thu, 03 Sep 2009 16:13:46 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to make netboot "copy" of an existent system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2009 23:13:49 -0000 I have a spare machine that lacks hard drive. Is there an easy setup that would allow me to boot it via netboot and to be a "mirror" of another existing system: root and home directories should be NFS mounted from an existing system. In other words it should be just like the other system except for disks are NFS-mapped. Yuri