From: Andrew Morton <akpm@digeo.com>
To: Lukas Hejtmanek <xhejtman@mail.muni.cz>, Jan Kara <jack@ucw.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.54 - quota support
Date: Sun, 05 Jan 2003 17:59:12 -0800 [thread overview]
Message-ID: <3E18E2F0.1F6A47D0@digeo.com> (raw)
In-Reply-To: 20030106003801.GA522@mail.muni.cz
Lukas Hejtmanek wrote:
>
> Hello,
>
> Is quota support currently broken?
>
> Under 2.5.54 I got:
> # quotaon /
> using //aquota.user on /dev/hda1: No such device
>
> /dev/hda1 is ext3 and aquota.user exists on it.
>
> My config is:
> CONFIG_QUOTA=y
> # CONFIG_QFMT_V1 is not set
> CONFIG_QFMT_V2=y
> CONFIG_QUOTACTL=y
>
It works for me.
grab-n-build quota-3.08 from http://sourceforge.net/projects/linuxquota
# mke2fs -j /dev/sde5
# mount /dev/sde5 /mnt/sde5 -o quota
# quotacheck -F vfsv0 /dev/sde5
# quotaon /dev/sde5
# cd /mnt/sde5
# tar xfz ~/linux-2.4.19.tar.gz
# repquota /mnt/sde5
*** Report for user quotas on device /dev/sde5
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 32828 0 0 3 0 0
akpm -- 162104 0 0 11370 0 0
next prev parent reply other threads:[~2003-01-06 1:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-06 0:38 2.5.54 - quota support Lukas Hejtmanek
2003-01-06 1:59 ` Andrew Morton [this message]
2003-01-06 10:36 ` Lukas Hejtmanek
2003-01-06 14:48 ` Jan Kara
2003-01-06 15:19 ` Lukas Hejtmanek
2003-01-07 16:40 ` Jan Kara
2003-01-08 1:21 ` Lukas Hejtmanek
2003-01-08 10:22 ` Miquel van Smoorenburg
2003-01-08 10:56 ` Jan Kara
2003-01-10 19:32 ` Jan Kara
2003-01-12 21:20 ` Lukas Hejtmanek
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=3E18E2F0.1F6A47D0@digeo.com \
--to=akpm@digeo.com \
--cc=jack@ucw.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=xhejtman@mail.muni.cz \
/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.