ciao ragazzi! :)
non riesco a far funzionare il mio fs ext3 con quota. ho un kernel 2.4.18 con quota e ext3 attivato.
[root@my /]# rpm -q quota quota-3.01pre9-3
[root@my /]# mount /dev/hda3 on / type ext3 (rw,usrquota,grpquota) none on /proc type proc (rw) /dev/hda1 on /boot type ext3 (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) none on /dev/shm type tmpfs (rw)
attivo quota con: [root@my /]# /sbin/quotacheck -mug /dev/hda3
e tutto va' liscio. [root@my /]# ls -la a* -rw------- 1 root root 9216 Jun 9 18:55 aquota.group -rw------- 1 root root 9216 Jun 9 18:55 aquota.user
pero' poi se cerco di attivare la quota con quotaon -a mi da' il seguente errore: [root@my /]# /sbin/quotaon -a quotaon: using //quota.group on /dev/hda3: No such file or directory quotaon: using //quota.user on /dev/hda3: No such file or directory
potete aiutarmi? :)
grazie in anticipo.
ciao, raf
Ciao
Perche' aquota.group e aquota.user? Se non ricordo male devono essere proprio quota.user e quota.group.
Ciao Karl
Raphael Vallazza wrote:
ciao ragazzi! :)
non riesco a far funzionare il mio fs ext3 con quota. ho un kernel 2.4.18 con quota e ext3 attivato.
[root@my /]# rpm -q quota quota-3.01pre9-3
[root@my /]# mount /dev/hda3 on / type ext3 (rw,usrquota,grpquota) none on /proc type proc (rw) /dev/hda1 on /boot type ext3 (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) none on /dev/shm type tmpfs (rw)
attivo quota con: [root@my /]# /sbin/quotacheck -mug /dev/hda3
e tutto va' liscio. [root@my /]# ls -la a* -rw------- 1 root root 9216 Jun 9 18:55 aquota.group -rw------- 1 root root 9216 Jun 9 18:55 aquota.user
pero' poi se cerco di attivare la quota con quotaon -a mi da' il seguente errore: [root@my /]# /sbin/quotaon -a quotaon: using //quota.group on /dev/hda3: No such file or directory quotaon: using //quota.user on /dev/hda3: No such file or directory
potete aiutarmi? :)
grazie in anticipo.
ciao, raf
https://secure.pcnotruf.net/mailman/listinfo/lugbz-list LUGBZ is pcn.it-powered
-- 15.06. - LUGBZ-Workshop: "Web development with PHP" Infos: http://www.lugbz.org/ 15. und 16. Juni: KARNEIDER KIRCHTAG - Dorffestl: Sa. ab 19:00 Uhr, So. ab 10:00 Uhr mit Kinderprogramm am So. 21.06. - Einweihung der Volkssternwarte "Max Valier" in Gummer um 20:30 Uhr .-. /v\ L I N U X // \ >Phear the Penguin< /( )\ ^^-^^ karl@lunger.org
ciao
non dovrebbe essere quello il problema, in "man quotaon" c'e' scritto:
quotaon quotaon announces to the system that disk quotas should be enabled on one or more filesystems. The filesystem quota files must be present in the root directory of the speci fied filesystem and be named either aquota.user (for ver sion 2 user quota), quota.user (for version 1 user quota), aquota.group (for version 2 group quota), or quota.group (for version 1 group quota).
con ext2 funzionava perfettamente con aquota.user e aquota.group.
ciao, raf
Am Sonntag 09 Juni 2002 19:52 schrieb Karl Lunger:
Ciao
Perche' aquota.group e aquota.user? Se non ricordo male devono essere proprio quota.user e quota.group.
Ciao Karl
Raphael Vallazza wrote:
ciao ragazzi! :)
non riesco a far funzionare il mio fs ext3 con quota. ho un kernel 2.4.18 con quota e ext3 attivato.
[root@my /]# rpm -q quota quota-3.01pre9-3
[root@my /]# mount /dev/hda3 on / type ext3 (rw,usrquota,grpquota) none on /proc type proc (rw) /dev/hda1 on /boot type ext3 (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) none on /dev/shm type tmpfs (rw)
attivo quota con: [root@my /]# /sbin/quotacheck -mug /dev/hda3
e tutto va' liscio. [root@my /]# ls -la a* -rw------- 1 root root 9216 Jun 9 18:55 aquota.group -rw------- 1 root root 9216 Jun 9 18:55 aquota.user
pero' poi se cerco di attivare la quota con quotaon -a mi da' il seguente errore: [root@my /]# /sbin/quotaon -a quotaon: using //quota.group on /dev/hda3: No such file or directory quotaon: using //quota.user on /dev/hda3: No such file or directory
potete aiutarmi? :)
grazie in anticipo.
ciao, raf
https://secure.pcnotruf.net/mailman/listinfo/lugbz-list LUGBZ is pcn.it-powered
che strano.
ho provato a rinominare aquota.user, aquota.group in quota.user e quota.group, adesso funziona tutto perfettamente.
qualcuno sa' se ext3 ha ancora dei problemi con quota? avevo letto da qualche parte che poteva causare un dead lock. nel kernel 2.4.18 ci sono ancora questi problemi? spero di no ;)
ciao, raf
Am Sonntag 09 Juni 2002 20:34 schrieb Raphael Vallazza:
ciao
non dovrebbe essere quello il problema, in "man quotaon" c'e' scritto:
quotaon quotaon announces to the system that disk quotas should be enabled on one or more filesystems. The filesystem quota files must be present in the root directory of the speci fied filesystem and be named either aquota.user (for ver sion 2 user quota), quota.user (for version 1 user quota), aquota.group (for version 2 group quota), or quota.group (for version 1 group quota).
con ext2 funzionava perfettamente con aquota.user e aquota.group.
ciao, raf
Am Sonntag 09 Juni 2002 19:52 schrieb Karl Lunger:
Ciao
Perche' aquota.group e aquota.user? Se non ricordo male devono essere proprio quota.user e quota.group.
Ciao Karl
Raphael Vallazza wrote:
ciao ragazzi! :)
non riesco a far funzionare il mio fs ext3 con quota. ho un kernel 2.4.18 con quota e ext3 attivato.
[root@my /]# rpm -q quota quota-3.01pre9-3
[root@my /]# mount /dev/hda3 on / type ext3 (rw,usrquota,grpquota) none on /proc type proc (rw) /dev/hda1 on /boot type ext3 (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) none on /dev/shm type tmpfs (rw)
attivo quota con: [root@my /]# /sbin/quotacheck -mug /dev/hda3
e tutto va' liscio. [root@my /]# ls -la a* -rw------- 1 root root 9216 Jun 9 18:55 aquota.group -rw------- 1 root root 9216 Jun 9 18:55 aquota.user
pero' poi se cerco di attivare la quota con quotaon -a mi da' il seguente errore: [root@my /]# /sbin/quotaon -a quotaon: using //quota.group on /dev/hda3: No such file or directory quotaon: using //quota.user on /dev/hda3: No such file or directory
potete aiutarmi? :)
grazie in anticipo.
ciao, raf
https://secure.pcnotruf.net/mailman/listinfo/lugbz-list LUGBZ is pcn.it-powered
https://secure.pcnotruf.net/mailman/listinfo/lugbz-list LUGBZ is pcn.it-powered
Raphael Vallazza wrote:
qualcuno sa' se ext3 ha ancora dei problemi con quota? avevo letto da qualche parte che poteva causare un dead lock. nel kernel 2.4.18 ci sono ancora questi problemi? spero di no ;)
Sembra di si: Guardi su
http://www.spinics.net/lists/announce-kernel/msg00048.html
e trovi
"Linux 2.4.19pre2-ac3 o Fix quota deadlock and extreme load corruption (Jan Kara, Chris Mason)"
:-((((
Ciao Karl -- 15.06. - LUGBZ-Workshop: "Web development with PHP" Infos: http://www.lugbz.org/ 15. und 16. Juni: KARNEIDER KIRCHTAG - Dorffestl: Sa. ab 19:00 Uhr, So. ab 10:00 Uhr mit Kinderprogramm am So. 21.06. - Einweihung der Volkssternwarte "Max Valier" in Gummer um 20:30 Uhr .-. /v\ L I N U X // \ >Phear the Penguin< /( )\ ^^-^^ karl@lunger.org