From owner-freebsd-current@FreeBSD.ORG Sun Jun 24 09:08:03 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C694C16A468 for ; Sun, 24 Jun 2007 09:08:03 +0000 (UTC) (envelope-from thierry@herbelot.com) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.freebsd.org (Postfix) with ESMTP id 8B71313C45A for ; Sun, 24 Jun 2007 09:08:03 +0000 (UTC) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by smtp4-g19.free.fr (Postfix) with ESMTP id 034486EBDC for ; Sun, 24 Jun 2007 11:08:01 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.14.0/8.14.0) with ESMTP id l5O97rCF004753; Sun, 24 Jun 2007 11:07:55 +0200 (CEST) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Sun, 24 Jun 2007 11:07:46 +0200 User-Agent: KMail/1.9.6 References: <5635aa0d0706240123l26990885ve7adc2ccbabfc282@mail.gmail.com> In-Reply-To: <5635aa0d0706240123l26990885ve7adc2ccbabfc282@mail.gmail.com> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200706241107.47253.thierry@herbelot.com> Cc: Outback Dingo Subject: Re: ZFS on 7.X CURRENT /usr refuses to remount after boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 09:08:03 -0000 Le Sunday 24 June 2007, Outback Dingo a écrit : > ok, configs first [SNIP] > > cat /etc/fstab > > # Device Mountpoint FStype Options Dump > Pass# /dev/ad0s3b none swap sw 0 > 0 /dev/ad0s3a / ufs rw 1 > 1 # comment out old > #/dev/ad0s3d /usr ufs rw 2 2 > tank /usr zfs rw 2 2 > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > Hello, You don't need to add the zfs mount points to /etc/fstab : "zfs partitions" will be automatically mounted after "/etc/rc.d/zfs start". (this also explains why you got an error message about the missing fsck_zfs : see the option fields '2 2') TfH