From: Emmanuel Florac <eflorac@intellique.com>
To: James Lawrie <james@jdlawrie.co.uk>
Cc: xfs@oss.sgi.com
Subject: Re: Trouble activating xfs pquotas
Date: Wed, 18 Jan 2012 22:18:08 +0100 [thread overview]
Message-ID: <20120118221808.30fc760a@galadriel.home> (raw)
In-Reply-To: <4F170A53.9070202@jdlawrie.co.uk>
Le Wed, 18 Jan 2012 18:07:15 +0000 vous écriviez:
> I'm unable to activate project quotas on a partition which used to
> have it enabled - I just get "Function not implemented". The
> partition is mounted with pquota, and I can't seem to find any other
> reason this would happen.
See my answer here:
http://serverfault.com/a/351241/10310
Copied here for the list:
Caveat: did you mount the volume directly with the quota options? I
know for sure that xfs doesn't support enabling quota (and many other
options) through "remount", though mount lists the options as enabled.
Here comes a non working example:
# mount -t xfs /dev/dm-0 /mnt/test
# mount
/dev/dm-0 on /mnt/test type xfs (rw)
# mount -o remount,pquota /mnt/test
# mount
/dev/dm-0 on /mnt/test type xfs (rw,pquota)
mount lists the mountpoint as quota enabled, but quotas won't actually
work. You must umount then mount.
--
------------------------------------------------------------------------
Emmanuel Florac | Direction technique
| Intellique
| <eflorac@intellique.com>
| +33 1 78 94 84 02
------------------------------------------------------------------------
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2012-01-18 21:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-18 18:07 Trouble activating xfs pquotas James Lawrie
2012-01-18 21:18 ` Emmanuel Florac [this message]
2012-01-19 18:37 ` Eric Sandeen
2012-01-19 18:49 ` James Lawrie
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=20120118221808.30fc760a@galadriel.home \
--to=eflorac@intellique.com \
--cc=james@jdlawrie.co.uk \
--cc=xfs@oss.sgi.com \
/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.