This system has been upgraded from FreeBSD 5 - 7.2 and the upgrade to 8.0 was uneventful up until the reboot.
The system shows:
The command ufs:/dev/ad0s1a at the prompt will properly boot the system from here, but it will not boot without this step.
options QUOTA is enabled in the kernel configuration.
Additional notes:
1) The only report of this error I could find was:
http://groups.google.com/group/fido...ad/4ee4da491176bf67/6f6b78bed546ffbd?lnk=raot
2) Quotas are properly enabled once the system is booted using ufs:/dev/ad0s1a
/dev/ad0s1a on / (ufs, local, with quotas, soft-updates, acls)
3) Quotas work fine at boot if put on any other partition except the root partition /
Can anyone explain why this is happening and what changed between 7.2 and 8.0 to break this basic functionality?
The system shows:
Code:
uhub2: 4 ports with 4 removable, self powered
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>
The command ufs:/dev/ad0s1a at the prompt will properly boot the system from here, but it will not boot without this step.
options QUOTA is enabled in the kernel configuration.
Additional notes:
1) The only report of this error I could find was:
http://groups.google.com/group/fido...ad/4ee4da491176bf67/6f6b78bed546ffbd?lnk=raot
2) Quotas are properly enabled once the system is booted using ufs:/dev/ad0s1a
/dev/ad0s1a on / (ufs, local, with quotas, soft-updates, acls)
3) Quotas work fine at boot if put on any other partition except the root partition /
Can anyone explain why this is happening and what changed between 7.2 and 8.0 to break this basic functionality?