Date: Mon, 29 Mar 2010 18:17:12 +0100 From: "M. Vale" <maurovale@gmail.com> To: freebsd-questions@freebsd.org Subject: Problem with quotas on root partition on FreeBSD 8.0 Message-ID: <85d001331003291017p588a9417ueb9ec622fe102423@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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 <userquota> is unknown
mount option <groupquota> is unknown
ROOT MOUNT ERROR: mount option <groupquota> 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:
<fstype>:<device> Mount <device> using filesystem <fstype>
eg. ufs:/dev/da0s1a
eg. cd9660:/dev/acd0
This is equivalent to: mount -t cd9660 /dev/acd0 /
? List valid disk boot devices
<empty line> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85d001331003291017p588a9417ueb9ec622fe102423>
