quota설정만 이틀째 하고 있습니다.
quota 관련게시판을 아무리 뒤져봐도 답을 찾을 수가 없군요.
레드핫 7.1 깔았구요.
1.
#vi /etc/fstab
LABEL=/ / ext2 defaults 1 1
LABEL=/home /home ext2 defaults,usrquota 1 2
.
.
.
2.
/home]#touch quota.user
/home]#chmod 600 quota.user
커널 2.4.x에서부터는 aquota.user로 변환해야 된다고 해서 아래처럼 했구요.
/home]#convertquota -u /home
재부팅후,
3.
/home]#quotacheck -a
cannot get exact used space... results might be inaccurate.
quota for user is enabled on mountpoint /home so quotacheck might damage the file.
please turn quotas off or use -f to force checking.
위에처럼 나오는데 정말 도무지 뭐가 잘못된건지 모르겠네요.