From owner-freebsd-fs@FreeBSD.ORG Wed May 27 10:13:07 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2191106566B; Wed, 27 May 2009 10:13:07 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id 29C7B8FC1A; Wed, 27 May 2009 10:13:06 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by fxm12 with SMTP id 12so4592817fxm.43 for ; Wed, 27 May 2009 03:13:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.127.8 with SMTP id e8mr5187588fas.81.1243419186167; Wed, 27 May 2009 03:13:06 -0700 (PDT) In-Reply-To: <20090527100344.GC1510@garage.freebsd.pl> References: <20090527092520.GB1510@garage.freebsd.pl> <20090527100344.GC1510@garage.freebsd.pl> From: Vlad GALU Date: Wed, 27 May 2009 13:12:46 +0300 Message-ID: To: Pawel Jakub Dawidek Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org Subject: Re: Mounting ZVOLs automatically at boot time X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 10:13:08 -0000 On Wed, May 27, 2009 at 1:03 PM, Pawel Jakub Dawidek wrot= e: > On Wed, May 27, 2009 at 12:55:37PM +0300, Vlad GALU wrote: >> On Wed, May 27, 2009 at 12:29 PM, Vlad GALU wrote: >> > On Wed, May 27, 2009 at 12:25 PM, Pawel Jakub Dawidek wrote: >> >> On Wed, May 27, 2009 at 10:02:43AM +0300, Vlad GALU wrote: >> >>> Hello, is there a way to do $subj? rc.d/zfs only takes care of >> >>> regular, ZFS, volumes. I have a ZVOL holding an UFS2 fs inside my ~, >> >>> which I need for extattrs, I'd also like to have it mounted >> >>> automatically at boot time. >> >> >> >> ZFS can only make ZVOLs visible automatically (by running zfs volinit= ) >> >> and it does that. If you have a file system in there you need to add = it >> >> to /etc/fstab. >> >> >> > >> > Hi Pawel, >> > Well, =A0I did so, but at the time fstab is parsed the rc.d/zfs script >> > hasn't issued "zfs volinit" yet, so mounting fails. I had to mark it >> > as noauto and mount it by hand, later on. >> > >> >> Hm, I've rebooted to test this and still doesn't work, there's no >> /dev/zvol/ at that time. > > Can you try if adding 'late' to mount options in /etc/fstab will make it > work? I've just tried that, it behaves the same (fsck reporting an (unknown error)) regardless of the flags set in fstab. After prompting me to choose a shell, remounting the / partition in rw mode and mounting all other partitions, then resuming the boot sequence, it did mount the ZVOL.