wow7.1 을 쓰고 있습니다.
언제 부터인가 quota 적용에 문제가 있어서 삭제후 재설정을 했는데 아래와
같은 메시지가 나오면서 quota 설정을 할 수 가 없네요
[root@ns /home]# quotacheck -a
Quota for users is enabled on mountpoint /home so quotacheck might damage the file.
Please turn quotas off or use -f to force checking.
[root@ns /home]# quotaoff -a
[root@ns /home]# quotacheck -a
Cannot remount /home read-only; computed values may be incorrect.
Please stop all programs writing to the filesystem or use the -F flag to
force checking.
[root@ns /home]# quotaon -a
[root@ns /home]# quotacheck -a
Quota for users is enabled on mountpoint /home so quotacheck might damage the file.
Please turn quotas off or use -f to force checking.
[root@ns /home]#
위와 같은 경우에는 적용할 방법이 없을까요
물론 1. /etc/fstab 수정하기
2. quota.user 파일 만들기와 aquota.user로 변환은 하였습니다.
quota 적용을 해야하는데 계속 삽질만 하고 있네요