[Bug 13882] mount(8) mount -p is missing the quota options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 17:57:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=13882 Warner Losh <imp@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended CC| |imp@FreeBSD.org Status|Open |Closed --- Comment #6 from Warner Losh <imp@FreeBSD.org> --- 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.