From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 17:46:24 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40E85106566B for ; Mon, 29 Mar 2010 17:46:24 +0000 (UTC) (envelope-from maurovale@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id C2B838FC08 for ; Mon, 29 Mar 2010 17:46:23 +0000 (UTC) Received: by bwz8 with SMTP id 8so4991004bwz.3 for ; Mon, 29 Mar 2010 10:46:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=KnR0ZOmZ9UCGyhcPRQKIgQn1UkIjlwIMBZEyZSlob90=; b=ECxN4+iFbpaRGOfVB+KgqU61hy2dgB7g80oltMX8NhC6peiNSyegU+75ulVvURAZe7 VkPXoT82/VwTfx8ZSzQZJJEctZE+9pOu8tnYI7x/j8NG4kEAz6c/G/q2IzSB9Cl4GRDf yBpl3QT1Z15EEvLy2YAQsfFQ4KUvtZwMcV4zc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=AMBn8OlWtM1O+sKAKZLx4iMtpTLJCpraJcobBPgtIyKjqHZxoCKQkMGeWlirrUHUH4 TFPpFBZq8dRRkhAZNJMgbmeP8BPojau01u6i/THLvC5dx/t51EOpidUwPrnMB7D3aSD9 tGvfuj6hLpR1iSsGpfi+pZtc3fxn5g7bGlAro= MIME-Version: 1.0 Received: by 10.204.156.210 with HTTP; Mon, 29 Mar 2010 10:17:12 -0700 (PDT) Date: Mon, 29 Mar 2010 18:17:12 +0100 Received: by 10.204.131.82 with SMTP id w18mr235254bks.29.1269883032963; Mon, 29 Mar 2010 10:17:12 -0700 (PDT) Message-ID: <85d001331003291017p588a9417ueb9ec622fe102423@mail.gmail.com> From: "M. Vale" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem with quotas on root partition on FreeBSD 8.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2010 17:46:24 -0000 Hi, on FreeBSD 8.0 (i386 or AMD64) if we configure to use quotas on root partition. It stops on boot with the following message: Trying to mount root from ufs:/dev/ad0s1a 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 and then remove invalid mount options from /etc/fstab. Loader variables: vfs.root.mountfrom=ufs:/dev/ad0s1a vfs.root.mountfrom.options=rw,userquota,groupquota,acls Manual root filesystem specification: : Mount using filesystem eg. ufs:/dev/da0s1a eg. cd9660:/dev/acd0 This is equivalent to: mount -t cd9660 /dev/acd0 / ? List valid disk boot devices Abort manual input mountroot> If i do: ufs:/dev/ad0s1a Then the boot continues and it mount the quotas ok. but if I reboot the same thing happen again. This only occurs on FreeBSD 8. Does anyone have a clue about the problem ? Best Regards