Mi sà tanto che qualcosa non va nella mia debian 4.0! Allora ragazzi vi riporto tutti i passaggi che effettuo con una delle tante guide che ho trovato in rete e vediamo se sono scemo io o non funziona proprio a me!

Mi sono appoggiato a questa guida per quanto riguarda il settaggio della QUOTA a utenza:
http://www.yolinux.com/TUTORIALS/LinuxTutorialQuotas.htmlne ho trovate altre che sono quasi le stesse qualcuno che da qualche consiglio che l'ho anche applico ma nulla lo stesso!
Allora prima cosa installo il modulo quota e quotatool fino a qui ok...
Poi inizio con i settaggi della guida:
edito il file /etc/fstab mettendoci
/dev/sda2 /home ext3 defaults,usrquota,grpquota 1 1# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 / ext3 defaults,errors=remount-ro 0 1
/dev/sda2 /home ext3 defaults,usrquota,grpquota 1 1
/dev/sda5 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0creo i 2 file con questo comando
touch /home/aquota.user
touch /home/aquota.groupdandogli i permessi 600
chmod 600 /home/aquota.user
chmod 600 /home/aquota.groupdopo mi chiede di riavviare oppure di montare la partizione
Re-boot or re-mount file partition with quotas.
Re-boot: shutdown -r now
Re-mount partition: mount -o remount /partitionio faccio
mount -o remount /homefino a qui tutto ok ancora nessun errore!
mentre se provo:
mount -o remount /dev/sda2dice questo
Server:/home# mount -o remount /dev/sda2
mount: /home not mounted already, or bad optionLa guida dice che dopo il reboot o il mount editare il file /etc/mtab:
After re-booting or re-mounting the file system, the partition will show up in the list of mounted filesystems as having quotas. Check /etc/mtab:
/dev/hda5 / ext3 rw,usrquota 0 0qui non ho capito bene ma io ho inserito la mia partizione delel quote:
/dev/sda2 / ext3 rw,usrquota 0 0il punto 4 dice di lanciare il comando:
quotacheck -vgum /partitioned io lancio
quotacheck -vgum /homeecco che iniziano i problemi questa è la risposta dal terminale:
Server:~# quotacheck -vgum /home
quotacheck: Mountpoint (or device) /home not found.
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.oppure se provo a togliere /home e mettere la partizione /dev/sda2
mi dice quest'altro:
Server:/home# quotacheck -vgum /dev/sda2
quotacheck: Scanning /dev/sda2 [/] quotacheck: error (2133571364) while opening /dev/sda2vi ricordo che i 2 file aquota.user e aquota.group stanno nella home:
Server:/home# cd /home
Server:/home# ls
aquota.group aquota.usercmq procediamo ugualmente anche se ormai si capisce che non va qualcosa...
procediamo con il settaggilo della quota all'utente:
Server:/home# edquota -u luigi
edquota: Quota file not found or has wrong format.
No filesystems with quota detected.Ovviamente si sapeva che mi dava errore!
Il punto è questo... non mi offendo se mi dite che sono scemo io oppure è qualcosa che non va! Io ho fatto il possibile ma non riesco!
Spero che qualcuno che ha capito il problema intervenga perchè mi sto esaurendo!

Grazie di nuovo!