Date: Mon, 15 Jan 2024 17:57:36 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 13882] mount(8) mount -p is missing the quota options Message-ID: <bug-13882-227-uwooTQC66u@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-13882-227@https.bugs.freebsd.org/bugzilla/> References: <bug-13882-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D13882 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 rea= d by quotacheck(8) only and not passed to the filesystem. Since mount -p just lo= oks 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-13882-227-uwooTQC66u>