https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=13882
Warner Losh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended CC| |[email protected] Status|Open |Closed --- Comment #6 from Warner Losh <[email protected]> --- Unfortunately, userquota and groupquota are not mount options. They are read by quotacheck(8) only and not passed to the filesystem. Since mount -p just looks at the current system state, it cannot get the quota information. It would have to match them up against the fstab. I've added a note to the mount man page. These patches won't produce working information. -- You are receiving this mail because: You are the assignee for the bug.
