From owner-freebsd-current@freebsd.org Fri Mar 10 02:45:47 2017 Return-Path: Delivered-To: freebsd-current@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 0F831D0563B for ; Fri, 10 Mar 2017 02:45:47 +0000 (UTC) (envelope-from rob.rodz.jr9@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C49E5182C for ; Fri, 10 Mar 2017 02:45:46 +0000 (UTC) (envelope-from rob.rodz.jr9@gmail.com) Received: by mail-it0-x232.google.com with SMTP id m27so1204053iti.1 for ; Thu, 09 Mar 2017 18:45:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LaBln8kl4FT7j29SaQD/8uAmeqoa5t7jGutOeR139aU=; b=R+r/v7GFTDLzve/dAYsnvqeddO/0itr337fp09au1OOXAzsu+P0As3478Iiy9I+uJR aaKmS/bKz1VG+NliFcnbkcR4dAoQM2s2L6/dTIsdJrZLO4aThu+I072t6t1mXSTATlP1 bLvrmJUUBJ9wXPPP2d654Pf5gBaPMsD5QYioUwk75iQRsPicFukUJMXZQlx8YIpqwewA 2ySKTUg8QDtR4HfPY5OhJFsby26/fmOAsIIPFjgdTLKudETh1JZRP//5Qc1yrHC1dsPp 27WGlVvrjMwePBP05e4k6/ZgwMdYSd3ielFPCB1qknPAVaRuYabffS19xZyiQvb4dcMl UxqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=LaBln8kl4FT7j29SaQD/8uAmeqoa5t7jGutOeR139aU=; b=E0dcO7RWEPw3F1LF1EQTGO0kKfbHVz8sO9azxd4cNzTMDquFkqlUQbRbfwneYvnFUS Qc2x15a3A3+jlzsoToRD2WGNK+lF7A3kTeWjO8hsgbJBMd7xf2rtIBUe3yK1dCo/A0iv U5uAuRTSjW8NCIiKSUSPFRSoAZss+vsGEQS3Q4lG2FmtXjJMrJcfAsoMb9xNq+CCPGjE pXQ7pVzst1x4H5KaIFpUd2xxMQZs1C7EJf6AiubSn5LjR0M2MDsie21qJPjZoNlc9tyw vk4KxSnL4C6Xdijbtzkhsn0PY56RqsN/V2MHBrkAuUbhzzk5RW3tUjpDhEH8+19IoiGR 37dQ== X-Gm-Message-State: AFeK/H0zmqcCxlJJmO3wU36boFqfsbXDqzKCPJM+GITxuOETPLHwInOHxIr7TScV+xbAmG9iocoa2zzJj/UsKA== X-Received: by 10.36.124.16 with SMTP id a16mr363561itd.90.1489113946071; Thu, 09 Mar 2017 18:45:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.226.199 with HTTP; Thu, 9 Mar 2017 18:45:45 -0800 (PST) Received: by 10.64.226.199 with HTTP; Thu, 9 Mar 2017 18:45:45 -0800 (PST) In-Reply-To: References: <441BF371-53C4-4FE8-A39C-BFA8B25DE760@freebsd.org> <77119d47-3c14-68ce-a0cc-ba7cc8f61598@nomadlogic.org> <32d229ef-370c-de44-0405-640459514924@nomadlogic.org> From: Roberto Rodriguez Jr Date: Thu, 9 Mar 2017 21:45:45 -0500 Message-ID: Subject: Re: input/output error @boot To: Pete Wright Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 10 Mar 2017 02:45:47 -0000 Hello all, I am booting from CURRENTusb img. For the life of me I cannot comprehend why I cannot see my /boot directory after Choose Shell from bsdinstall welcome mkdir /tmp/mnt zpool import zpool import -fR /tmp/mnt mypool zfs mount -a ls mypool var usr tmp Where is boot, etc, bin, root? zfs list mypool/ROOT none How do I mount my drive? ZFS on root stripe0 314495 12 CUREENT amd64 HP 15 Laptop A6-5200 I would love to learn so I can be a better tester. I could the compile the new loader.efi after svn update. Thanks to all for this fix. You are awesome! I love this community. -R