From owner-freebsd-fs@FreeBSD.ORG Tue Nov 4 10:15:59 2014 Return-Path: Delivered-To: freebsd-fs@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 A506EAA6 for ; Tue, 4 Nov 2014 10:15:59 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39B606E6 for ; Tue, 4 Nov 2014 10:15:58 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id h11so8787255wiw.12 for ; Tue, 04 Nov 2014 02:15:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=OPaVR3/q8nHX5YatCKjWahibgQH3BGUtafjrQ1Stxy4=; b=AL06d1mtWSTi6PDEreT0mIyjXS6gkXihzqmAigP9w904WbN4D7kHdKZjl83rwQSFCD otYrLIxpmqJo4kInd0JgTy1XtHtDJDrUVoUE/kAGmzAKlk0rubu1P50GzYoXuCb27ZLI KYUr+uDvufeIQWzQTXNyFNBDaDTxOlA0eR0Yy0h1683AvBa33z8GGpvdLxnUqNm3NGZA 3KgYVyP+wKaCxHedllaNllPCzjX2wbr5M/Ju6hzAer2ycOuaUeK9QCCYPXzco3sAG5EC F4two3qbPBSDjUgYkwRsYoRcumyNJo9xqPoBXk05FF3ROYMjzSLl/MK5/1rp8jyKm9jA aWvg== X-Gm-Message-State: ALoCoQmTFyBj1o1o6mL+v/s7N9OizrekbXkx5Zkb5CCNGYMsbFq7G3cAeZ4SavEHi+m1GgnB2Uzl X-Received: by 10.180.107.1 with SMTP id gy1mr22699614wib.8.1415096149798; Tue, 04 Nov 2014 02:15:49 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id a8sm446556wiz.21.2014.11.04.02.15.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Nov 2014 02:15:49 -0800 (PST) Message-ID: <5458A700.1000700@multiplay.co.uk> Date: Tue, 04 Nov 2014 10:14:24 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Zeus Panchenko Subject: Re: why no automount for one zfs? References: <20141104072923.79140@smtp.new-ukraine.org> <54589780.7020303@multiplay.co.uk> <20141104111704.91939@smtp.new-ukraine.org> <54589CB2.5090105@multiplay.co.uk> <20141104114540.94096@smtp.new-ukraine.org> In-Reply-To: <20141104114540.94096@smtp.new-ukraine.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 10:15:59 -0000 On 04/11/2014 09:45, Zeus Panchenko wrote: > Steven Hartland wrote: > >> On 04/11/2014 09:17, Zeus Panchenko wrote: >>> Steven Hartland wrote: >>>> Missing zfs_enable="YES" in /etc/rc.conf? >>> no, it is on it's place (I run root-on-zfs) >>> >> Add it, > the option *is* in /etc/rc.conf, otherwise I couldn't boot since I run > root-on-zfs > >> cat /etc/rc.conf > ---[ quotation start ]------------------------------------------- > #-*- conf -*- > # > zfs_enable="YES" > ... > ---[ quotation end ]------------------------------------------- > > >> it will fix you mounting issue. > the problem exists only for this single fs, all other fs are automounted > correctly Sorry lost in translation a bit there ;-) So when you boot and its missing the one volume what happens when you run: zfs mount -a Does that mount the missing volume?