From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 1 10:40:01 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FD9B1065679 for ; Tue, 1 Dec 2009 10:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 61BBF8FC1B for ; Tue, 1 Dec 2009 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nB1Ae1Go001090 for ; Tue, 1 Dec 2009 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nB1Ae0hT001089; Tue, 1 Dec 2009 10:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 1 Dec 2009 10:40:01 GMT Resent-Message-Id: <200912011040.nB1Ae0hT001089@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Piotr Matuszczyk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34CA5106566B for ; Tue, 1 Dec 2009 10:31:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 230F78FC14 for ; Tue, 1 Dec 2009 10:31:59 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nB1AVwbF020268 for ; Tue, 1 Dec 2009 10:31:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nB1AVwBI020265; Tue, 1 Dec 2009 10:31:58 GMT (envelope-from nobody) Message-Id: <200912011031.nB1AVwBI020265@www.freebsd.org> Date: Tue, 1 Dec 2009 10:31:58 GMT From: Piotr Matuszczyk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Tue, 01 Dec 2009 12:35:52 +0000 Cc: Subject: amd64/141050: Problem with userquota, groupquota parameters in /etc/fstab X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 10:40:01 -0000 >Number: 141050 >Category: amd64 >Synopsis: Problem with userquota, groupquota parameters in /etc/fstab >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 01 10:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Piotr Matuszczyk >Release: 8.0-RELEASE >Organization: Expro Sp. z o. o. >Environment: FreeBSD megatron.expro.pl 8.0-RELEASE FreeBSD 8.0-RELEASE #1: Thu Nov 26 12:41:38 CET 2009 root@megatron.expro.lan:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: I`m installed FreeBSD 8.0-RELEASE on my Dell PE860 machine. I got source of system from cvs -> cvsup4.freebsd.org. After compiled world and kernel, and installed world, kernel I put to /etc/fstab this line: /dev/da0s1a / ufs rw,groupquota,userquota,noatime 1 1 I reboot the system and after kernel started I got this error: ---cut here--- Trying to mount root from ufs:/dev/da0s1a mount option is unknown mount option is unknown ROOT MOUNT ERROR: mount option is unknown If you have invalid mount options, reboot, and first try the following from the loader prompt: set vfs.root.mountfrom.options=rw ---cut here-- Of course "set vfs.root.mountfrom.options=rw" lets the system correctly starts, but I want userquota, groupquota in options for mount the root partitions. >How-To-Repeat: 1) Clean install FreeBSD 8.0-RELEASE from CD/DVD or from cvs. 2) Put 'userquota,groupquota' options to line of root partition in /etc/fstab file 3) Reboot the system >Fix: >Release-Note: >Audit-Trail: >Unformatted: