From owner-freebsd-questions@FreeBSD.ORG Tue Jan 8 21:17:50 2008 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 6BBF016A417 for ; Tue, 8 Jan 2008 21:17:50 +0000 (UTC) (envelope-from ks@dlx.dk) Received: from exch.hoffice.dk (exch.hoffice.dk [87.61.124.141]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6CE13C474 for ; Tue, 8 Jan 2008 21:17:49 +0000 (UTC) (envelope-from ks@dlx.dk) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 8 Jan 2008 22:05:43 +0100 Message-ID: In-Reply-To: <70f41ba20801071743o437b86ebx7956ad73250becb1@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RE: jail on ZFS - "Unable to mount devfs" Thread-Index: AchRm6WWP2uxSnS0RmGGmnuyuNCekAAm4I0g References: <70f41ba20801071743o437b86ebx7956ad73250becb1@mail.gmail.com> From: "Karsten W. Schmidt / DLX ApS" To: Subject: RE: jail on ZFS - "Unable to mount devfs" 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: Tue, 08 Jan 2008 21:17:50 -0000 > not surprising, as step (4) @ .../handbook/jails-application.html had > me >=20 > rm -R bin boot lib libexec mnt proc rescue sbin sys usr dev <<<<<-- >From jails-application.html -- cd /home/j/skel # rm -R bin boot lib libexec mnt proc rescue sbin sys usr dev -- The root is in /home/j/mroot and nullfs mounted read only to the jail root So if you ran the rm in /j/jTest you did not follow the directions > any suggestions ? Dont do jail-appliations ... use a full world onside the jail Here's a short draft from my playing around with ZFS and 7.0-RC1 http://gugge.dlx.dk/bsd/zfs-jail Notice that I don't use the normal way of buildworld/installworld=20 to populate the jail. I just unpack the distfiles from the CD. But a "make installworld DESTDIR=3D/jailpath" would do just fine too --=20 Karsten