|
|
我需要在/dev/hda3上做一个磁盘限制,但当我用quotacheck -augvm 的时候会有这样的错误提示:
[root@@localhost]#quotacheck -augvm
quotacheck: Cannot get quotafile name for /dev/hda3
quotacheck: Cannot get quotafile name for /dev/hda3
--------------------------------------------------------------------------------------------------------------------------
在/etc/fstab上的配置如下:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 1
LABEL=/home /home ext3 defaults,usrquota,grpquota 1 1
---------------------------------------------------------------------------------------------------------------------------
在/etc/mtab上的配置如下:
.........
.........
/dev/hda3 /home ext3 rw ,usrquota,grpquota 0 0
-----------------------------------------------------------------------------------------------------------------------------
我用的是redhat 8.0
----------------------------------------------------------------------------------------------------------------------------- |
|