我在CentOS 5.5 linux中启用了fstab中的配额
[root @ drone3〜]#mount | grep usrquota
/ dev / sda4 on / storagetypesext4(rw,noatime,nodiratime,usrquota)
当我托盘来激活/存储上的配额时,我碰到以下消息:
[root @ drone3〜]#quotacheck -cu / storage
quotacheck:找不到Mountpoint(或设备)/ storage。
quotacheck:无法find要检查的文件系统,或者没有使用quota选项挂载的文件系统。
[root @ drone3〜]#uname -a
Linux drone3.xxxxxxxxxxx.com 2.6.18-194.26.1.el5#1 SMP Tue Nov 9 9:54:20 EST 2010 x86_64 x86_64 x86_64 GNU / Linux
因此,没有在/ storage上创buildaquota.user文件,并且未启用/启动配额。 你怎么看 – 问题在哪里? 是因为ext4文件系统和/或这是一个错误? 我没有发现任何有关这些消息和谷歌ext4。 所有与配额相关的命令都会给出类似的信息 – 找不到挂载点。