QUOTA問題 - Linux

Table of Contents

我輸入quotacheck -auvg
會出現
quotacheck: your kernel probably supports journaled quota but you are not
using it. consider switching to journaled quota to avoid
running quotacheck after an unclean shutdown.
quotacheck: Cannot remount filesystem mounted on / read-only so
counted values might not be right.
Please stop all programs writing to filesystem or use -m flag to force
checking.
quotacheck: Cannot remount filesystem mounted on /home read-only so
counted values might not be right.
Please stop all programs writing to filesystem or use -m flag to force
checking.

我的OS是fedora 11
/ 和/home的檔案系統都是ext4
我在/etc/fstab 裡面的defaults有加上,usrquota,grpquota
也有remount過
請問出現這些訊息是哪邊出錯了

--

All Comments

Irma avatarIrma2010-09-26
/etc/mtab有加入嗎?
Susan avatarSusan2010-09-30
試試quotacheck -augvcm
Agnes avatarAgnes2010-10-04
不然就是你沒有remount成功~
Rae avatarRae2010-10-06
root也不行改??