Enviado em 12/11/2011 - 17:09h
Estou com o seguinte problema para configurar o quota no Debian 6:
1) Instalei assim:
# aptitude install quota
2) Alterei o fstab assim:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=5bd12a7b-413a-4cca-962f-4507408adf1c / ext3 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=4a5a655f-3741-4420-b847-ff4f3a30cd10 /home ext3 defaults,usrquota,grpquota 0 2
# swap was on /dev/sda5 during installation
UUID=092f546d-066d-4a91-8b81-43e0bb358e91 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
3) Reinicie o sistema para a remontagem do /home;
4) Ao executar os comando para criar os arquivos quota.user e quota.group, retorna o erro abaixo
# quotacheck -cug /home/
quotacheck: Cannot guess format from filename on /dev/sda6. Please specify format on commandline.
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
Por Favor! Alguem poderia me ajudar?