From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 84201] mount doesn't clear usrjquota / grpjqouta options
Date: Thu, 11 Sep 2014 13:10:39 +0000 [thread overview]
Message-ID: <bug-84201-13602-famhFotI0Y@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-84201-13602@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=84201
--- Comment #4 from Robin <robinedgar@gmail.com> ---
Thanks, that's worked partially.
a space between the following the = and , worked to clear the usrjquota:
# mount -o remount,usrjquota= ,grpjquota= /
but doesn't clear the grpjquota.
I tried:
# mount -o remount,grpjquota= ,usrjquota= /
mount: you must specify the filesystem type
# mount -t ext4 -o remount,grpjquota= ,usrjquota= /
# mount -t ext4 -o remount,grpjquota=,usrjquota=
/dev/disk/by-uuid/2ceaad1e-7ca8-42f9-b657-ce689beba638 /
# mount -o remount,grpjquota= /
# mount -o remount,grpjquota=" " /
# mount -o remount,grpjquota=" ",usrjquota=" " /
# mount -o remount,grpjquota="",usrjquota="" /
all lead to
mount: / not mounted or bad option
# mount -o remount,usrjquota= ,grpjquota=" " /
(no error, but doesn't clear)
so it's cleared the usrjquota, but not the grpjquota
/dev/disk/by-uuid/2ceaad1e-7ca8-42f9-b657-ce689beba638 on / type ext4
(rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered,jqfmt=vfsv1,grpjquota=aquota.user)
--
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2014-09-11 13:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-09 14:28 [Bug 84201] New: mount doesn't clear usrjquota / grpjqouta options bugzilla-daemon
2014-09-10 13:48 ` [Bug 84201] " bugzilla-daemon
2014-09-11 6:00 ` bugzilla-daemon
2014-09-11 12:56 ` bugzilla-daemon
2014-09-11 13:10 ` bugzilla-daemon [this message]
2014-09-12 16:45 ` bugzilla-daemon
2014-09-12 16:47 ` bugzilla-daemon
2014-09-16 12:18 ` bugzilla-daemon
2014-09-16 20:23 ` bugzilla-daemon
2014-09-16 20:25 ` bugzilla-daemon
2014-09-18 10:04 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-84201-13602-famhFotI0Y@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.