From owner-freebsd-current@FreeBSD.ORG Mon Jul 13 00:33:49 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD82A1065687; Mon, 13 Jul 2009 00:33:49 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 5C98C8FC13; Mon, 13 Jul 2009 00:33:49 +0000 (UTC) (envelope-from kingedgar@gmail.com) Received: by yxe11 with SMTP id 11so3677237yxe.3 for ; Sun, 12 Jul 2009 17:33:48 -0700 (PDT) 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=OxkkRn50i9U98FZCOCKED/wf7G2F8BHHOZtm6MbPo5U=; b=GGgdJFWuTxyS87ykV+DvbQl4vja9CRTH5dZJIvHJtGy7W/Kr0/S92w4/lLAdQFatBn r8EyPiedHojSFvWzcwC1N90oMmh+OQZaGW7uZ9Hhk9UFfuCAokx3+Q0Uh28rpoc7sUdj v9jEY76Dyi20e7R1sXmNJDJU1YvwDl5DQBSSs= 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=Pd8cmP/YH2WtazJDrOULg6/aO8TCpmmT8X82s1tI14MBjTKuS3aX4mDpP60WvM3QuQ ICH6qnRTGFdc6NDFJYBmpZmB37FO1/+j95zFwwYoI1lXyhfeDjL2ahE1eueyMwYrygSx NN7myH2tHSipp+CQWBOXFfKFgUGYCN7+61yGU= MIME-Version: 1.0 Received: by 10.100.138.8 with SMTP id l8mr6372819and.32.1247443292858; Sun, 12 Jul 2009 17:01:32 -0700 (PDT) In-Reply-To: <790a9fff0907121203w7e814493n97eaa8664531f37@mail.gmail.com> References: <790a9fff0907101159w495b644dge4a4bd81de0bda9b@mail.gmail.com> <20090710211809.GA84773@crodrigues.org> <790a9fff0907101911y7143ed4bnbb050d78ebc21558@mail.gmail.com> <790a9fff0907110606t61da8ebbufa5575d12d949ca@mail.gmail.com> <790a9fff0907110747t7187fba6h7fdb82a40f57d489@mail.gmail.com> <20090712175929.f38d4c26.nork@FreeBSD.org> <790a9fff0907121203w7e814493n97eaa8664531f37@mail.gmail.com> Date: Sun, 12 Jul 2009 19:01:31 -0500 Message-ID: <970380130907121701g15ea2461v497602529ff57fe9@mail.gmail.com> From: Jason Garrett To: Scot Hetzel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current , Norikatsu Shigemura Subject: Re: [SOLVED]Re: How to create ZFS on Root using MBR slices? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2009 00:33:50 -0000 >snip-all I have a bit of a problem with the instructions, specifically the part below... 1. Fixit# cd src ; ./install.sh all 2. Fixit# cd ./kernel ; ./install.sh generic 3. Fixit# cd /zroot/boot ; cp -rp GENERIC/* ../kernel Line one works fine and as expected. Line two does not work, spits out this error: cd: can't cd to ./kernel. If I run cd ../kernel; ./install.sh generic it does not error, but the next line does, like this... cp: ../kernel is not a directory Any ideas on what I might be doing wrong?