Kernel Quota unterstützung

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
mafia
Posts: 4
Joined: 2002-11-05 11:52
 

Kernel Quota unterstützung

Post by mafia »

Hallo *,

Ich nutze Kernel 2.6.4, es scheint alles zu funktionieren bis auf Quota.
beim starten von Quota kriege Ich ständig folgende Fehlermeldung.

quotaon: using /home/quota.group on /dev/hda6 [/home]: No such process
quotaon: Quota format not supported in kernel.
quotaon: using /home/quota.user on /dev/hda6 [/home]: No such process
quotaon: Quota format not supported in kernel.
quotaon: using /tmp/quota.user on /dev/hda7 [/tmp]: No such process
quotaon: Quota format not supported in kernel.
quotaon: using /var/quota.user on /dev/hda8 [/var]: No such process
quotaon: Quota format not supported in kernel.

Quota ist aber beim Kernel einkompiliert

im config-2.6.4 ist quota drin

CONFIG_QUOTA=y
# CONFIG_QFMT_V1 is not set
# CONFIG_QFMT_V2 is not set
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set

Hat jemand eine Idee?
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Kernel Quota unterstützung

Post by captaincrunch »

# CONFIG_QFMT_V1 is not set
# CONFIG_QFMT_V2 is not set
Eine der o.g. Optionen setzen.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
mafia
Posts: 4
Joined: 2002-11-05 11:52
 

Re: Kernel Quota unterstützung

Post by mafia »

Quota format habe ich ganz vergessen... scheisse probiere Ich gleich aus...

Danke.... :lol:
as-n
Posts: 196
Joined: 2002-12-19 17:42
 

Re: Kernel Quota unterstützung

Post by as-n »

Hallo,

habe jetzt das gleiche Problem mit dem 2.4.26er Kernel und der .config von CC.
Also quota ist da definitiv drin, trotzdem kommt:

Code: Select all

h7466:~ # quotaon /dev/hda3
quotaon: using //aquota.user on /dev/hda3 [/]: No such process
quotaon: Quota format not supported in kernel.
Was könnte das noch sein?
snatch
Posts: 19
Joined: 2004-02-25 17:49
 

Re: Kernel Quota unterstützung

Post by snatch »

Also bei mir rennt quota einwandfrei mit dem 2.4.26er.
as-n
Posts: 196
Joined: 2002-12-19 17:42
 

Re: Kernel Quota unterstützung

Post by as-n »

Hallo,

ich hatte vergessen "lilo" einzutippen, tja wenn man immer nur grub benutzt.......

Jetzt geht es auch bei mir.

Ciao
AS-N
Post Reply