From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 05:13:18 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 715854D8 for ; Fri, 27 Feb 2015 05:13:18 +0000 (UTC) Received: from st11p00mm-asmtp001.mac.com (st11p00mm-asmtpout001.mac.com [17.172.81.0]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41A2B14E for ; Fri, 27 Feb 2015 05:13:17 +0000 (UTC) Received: from [192.168.1.10] (66-188-153-21.dhcp.stcd.mn.charter.com [66.188.153.21]) by st11p00mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NKE00FMDZU3ER30@st11p00mm-asmtp001.mac.com> for freebsd-questions@freebsd.org; Fri, 27 Feb 2015 05:13:16 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-02-27_03:2015-02-26,2015-02-27,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1502270054 Message-id: <54EFFCFA.1070004@icloud.com> Date: Thu, 26 Feb 2015 23:13:30 -0600 From: Brandon Schneider User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-version: 1.0 To: reg@dwf.com Subject: Re: PC-BSD single user startup with mounts. References: <201502262230.t1QMUsMc030028@deneb.dwf.com> <54EFA894.2000905@icloud.com> <201502270414.t1R4EK5H032621@deneb.dwf.com> <54EFF8E0.7010202@icloud.com> <201502270507.t1R57rFR000659@deneb.dwf.com> In-reply-to: <201502270507.t1R57rFR000659@deneb.dwf.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 05:13:18 -0000 Alright so it looks like you just went with the defaults. What's the issue in single user mode? Is it that you cannot write to the drives or that they do not mount? If they do not mount, do a "zfs mount -a" and that should mount them. You will also need to do "mount -u /" so you can write to the filesystem. You can also do "zfs set readonly=off tank" which may work better for you since you have a lot of datasets. I can vouch for that method, I don't normally use mount -u /. On 2/26/2015 11:07 PM, reg@dwf.com wrote: > Here we go: > > --- > > Sorry. I meant a zfs list. Also don't forget to CC the list so this > thread stays archived. > > > [reg@pcbsd] /usr/ports% zfs list > NAME USED AVAIL REFER > MOUNTPOINT > tank 8.54G 79.6G 144K none > tank/ROOT 6.81G 79.6G 144K none > tank/ROOT/beforeUpdate-2015-02-18_18-23-13 8K 79.6G 4.86G /mnt > tank/ROOT/beforeUpdate-2015-02-18_18-44-27 120K 79.6G 4.94G /mnt > tank/ROOT/beforeUpdate-2015-02-18_18-51-06 8K 79.6G 4.99G /mnt > tank/ROOT/default 6.81G 79.6G 6.50G /mnt > tank/tmp 324K 79.6G 324K /tmp > tank/usr 1.72G 79.6G 144K none > tank/usr/home 13.7M 79.6G 13.5M > /usr/home > tank/usr/home/efranks 144K 79.6G 144K > /usr/home/efranks > tank/usr/jails 227M 79.6G 152K > /usr/jails > tank/usr/jails/.warden-template-10.1-RELEASE-amd64 227M 79.6G 225M > /usr/jails/.warden-template > -10.1-RELEASE-amd64 > tank/usr/obj 144K 79.6G 144K > /usr/obj > tank/usr/pbi 144K 79.6G 144K > /usr/pbi > tank/usr/ports 981M 79.6G 981M > /usr/ports > tank/usr/src 544M 79.6G 544M > /usr/src > tank/var 3.22M 79.6G 144K none > tank/var/audit 160K 79.6G 160K > /var/audit > tank/var/log 424K 79.6G 424K > /var/log > tank/var/tmp 2.51M 79.6G 2.51M > /var/tmp > [reg@deneb ~]$ > > --- > >