Hello,
> > > This is a Server and I alwas use ssh .. now I was down and had a look at the
> > > Monitor (tty1):
> > > After reboot called by init script /etc/rc.d/rc.M
> > >
> > > root@k7:/etc/rc.d# /sbin/quotacheck -avug
> > > quotacheck: Cannot remount filesystem mounted on / read-only so counted
> > > values might not be right.
> > > Please stop all programs writing to filesystem or use -m flag to force
> > > checking.
> > >
> > > root@k7:/etc/rc.d# /sbin/quotaon -avug
> > > quotaon: using //aquota.user on /dev/md0 [/]: No such file or directory
> > Umm.. And do you have aquota.user file? If not you need to create
> > it either by convertquota or by quotacheck -c...
>
> Thanks a lot... now Quota work on 2.4.13 with newest Quto Utils ;-)
> Why convertyuota?? caused by new quotautils?
> What does this convert?
> Do I still need th /quota.user file?
convertquota is needed because quotafile format has changed and so you need to
convert
quotafiles from old format to new one. quota.user is needed no more by quota code (but
maybe
it's not bad idea to keep it for a while if you decided to go back to standard Linus's
kernel
which doesn't support new format...).
Honza