From owner-freebsd-questions@FreeBSD.ORG Thu Mar 4 11:53:58 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 55504106566B for ; Thu, 4 Mar 2010 11:53:58 +0000 (UTC) (envelope-from matt@webcontracts.co.uk) Received: from batfink.vm.bytemark.co.uk (batfink.vm.bytemark.co.uk [80.68.95.231]) by mx1.freebsd.org (Postfix) with ESMTP id 1B6228FC13 for ; Thu, 4 Mar 2010 11:53:57 +0000 (UTC) Received: from www.webcontracts.co.uk (localhost [127.0.0.1]) by batfink.vm.bytemark.co.uk (Postfix) with ESMTP id CF10464005 for ; Thu, 4 Mar 2010 11:53:56 +0000 (GMT) Received: from 212.159.19.37 (SquirrelMail authenticated user mlaw) by www.webcontracts.co.uk with HTTP; Thu, 4 Mar 2010 11:53:56 -0000 Message-ID: <5f2fd5523c5fb10e82e49e7250430ab7.squirrel@www.webcontracts.co.uk> Date: Thu, 4 Mar 2010 11:53:56 -0000 From: "Matthew Law" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.19 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Root on ZFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: matt@webcontracts.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 11:53:58 -0000 I am following this wiki page to move to zfs root: http://wiki.freebsd.org/ZFSOnRoot I got to this section: "Create bootdir directory where the boot file system will be mounted: # mkdir /tank/bootdir # ln -s bootdir/boot /tank/boot" I am confused about the symlink line - what is 'bootdir' ? Thanks,