linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Matt Bernstein <matt@theBachChoir.org.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4, 2.4-ac and quotas
Date: Mon, 17 Sep 2001 15:28:55 +0200	[thread overview]
Message-ID: <20010917152855.B18298@atrey.karlin.mff.cuni.cz> (raw)
In-Reply-To: <20010917145629.A18298@atrey.karlin.mff.cuni.cz> <Pine.LNX.4.33.0109171401490.20292-100000@nick.dcs.qmul.ac.uk>
In-Reply-To: <Pine.LNX.4.33.0109171401490.20292-100000@nick.dcs.qmul.ac.uk>; from matt@theBachChoir.org.uk on Mon, Sep 17, 2001 at 02:15:47PM +0100

  Hello,

> >> I'm desperately looking for some recent documentation on quotas.
> >>
> >> We've recently upgraded our two Debian potato fileservers to 2.4 and
> >> 2.4-ac (currently they're both running 2.4-ac so I can't check 2.4 atm)
> >> and quotas have stopped working.
> 
> >  Before you can use new quota you have to convert old quotafiles to new
> >ones. You can do this by convertquota(8) utility which is in the package.
> >Or you can just run 'quotacheck -F vfsv0 -c <mountpoint>' to create completely
> >new quota files with new quota format.
> 
> Thanks--over the weekend I appear to have that bit working. I still can't
> add quotas to my shiny new ext3 partition though :(
> 
> $ touch /export01/aquota.user
> $ umount /export01
> $ mount /export01 -o usrquota
> $ quotaon /export01
> quotaon: using /export01/aquota.user on /dev/sda3: Invalid argument
> 
> The strace shows:
> quotactl(0x10000, 0x8053fe8, 0, 0x8053fc8) = -1 EINVAL (Invalid argument)
> 
> Is there a recent HOWTO on this (maybe I've got it wrong)?
  And are you sure that /export01/aquota.user is correct quotafile (ie.
created by quotacheck or convertquota)? This is message you usually get
when quotafile has incorrect header... (or also when bogus arguments
are specified but it's probably not your case).

								Honza

  reply	other threads:[~2001-09-17 13:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-14 16:45 2.4, 2.4-ac and quotas Matt Bernstein
2001-09-14 17:02 ` Alan Cox
2001-09-14 17:17   ` Matt Bernstein
2001-09-14 17:27     ` Alan Cox
2001-09-14 17:51     ` Chris Meadors
2001-09-17 12:56 ` Jan Kara
2001-09-17 13:15   ` Matt Bernstein
2001-09-17 13:28     ` Jan Kara [this message]
2001-09-17 14:03       ` Matt Bernstein
2001-09-17 14:15         ` Jan Kara

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=20010917152855.B18298@atrey.karlin.mff.cuni.cz \
    --to=jack@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt@theBachChoir.org.uk \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).