From owner-freebsd-current@FreeBSD.ORG Thu Mar 1 02:54:48 2007 Return-Path: X-Original-To: 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 DB53016A403; Thu, 1 Mar 2007 02:54:48 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from istc.kiev.ua (wolf.istc.kiev.ua [193.108.236.1]) by mx1.freebsd.org (Postfix) with ESMTP id 91B9013C46B; Thu, 1 Mar 2007 02:54:48 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from localhost ([127.0.0.1] helo=ravenloft.kiev.ua) by istc.kiev.ua with esmtp (Exim 4.52) id 1HMaQ3-000285-IC; Thu, 01 Mar 2007 03:49:19 +0200 Received: from kozlov by ravenloft.kiev.ua with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HMaPg-0001PE-PX; Thu, 01 Mar 2007 03:48:56 +0200 Date: Thu, 1 Mar 2007 03:48:56 +0200 From: Alex Kozlov To: Daniel Gerzo Message-ID: <20070301014856.GA5319@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Alex Kozlov X-Spam-Score: 0.0 (/) X-Spam-Report: Content analysis detailz: (0.0 points, 10.0 required) X-Mailman-Approved-At: Thu, 01 Mar 2007 03:07:51 +0000 Cc: current@FreeBSD.org Subject: Re: mount/fstab parsing broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 01 Mar 2007 02:54:48 -0000 On Thu, Mar 01, 2007 at 02:05:40AM +0100, Daniel Gerzo wrote: > Hello current, > > Having the following fstab makes my system 100% unbootable under > 7.0 with sources from Wed Feb 28 23:47:39 CET 2007 (it works under > 6.2). > > # Device Mountpoint FStype Options Dump Pass# > /dev/mirror/gm0s1b none swap sw 0 0 > /dev/mirror/gm0s1a / ufs rw,nodev,noatime 1 1 > /dev/mirror/gm0s1f /data ufs rw,nosuid,nodev,noatime 2 2 > /dev/mirror/gm0s1d /usr ufs rw,nodev,noatime 2 2 > /dev/mirror/gm0s1e /var ufs rw,nosuid,nodev,noexec,noatime 2 2 > /dev/cd0 /cdrom cd9660 ro,noauto 0 0 > > it fails with some errors with getty (maybe /dev is not mounted or > something) > > Also, having this fstab and trying to mount -u -a on a running system, > causes to produce the following messages in the messages log: > > Mar 1 01:23:13 db2 kernel: mount option is unknown Remove nodev and try again. -- Adios