
emanuelcleiton
(usa Debian)
Enviado em 08/09/2012 - 17:42h
galera, to tentando executar o comando quotacheck -avug e aparece a seguinte mensagem:
Cannot find filesystem to check or filesystem not mounted with quota option.
sendo que já editei o /etc/fstab:
/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/sda3 during installation
UUID=a3c686f5-059b-4fa6-8b1b-c346222260ba / ext3 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=f383fa05-1d41-46f3-b5d6-5d0933a9393c /boot ext3 defaults 0 2
# /home was on /dev/sda4 during installation
UUID=756af5cc-a448-46a4-a292-3d6c82eb6fc2 /home ext3 defaults,usrquota,grpquota 0 2
# swap was on /dev/sda2 during installation
UUID=4e4afc66-ffa7-47dc-9bd8-5c9cefcf3349 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
o que mais devo fazer para que o comando quotacheck execute?