그룹 Quota가 되지 않네요...
그룹 쿼터를 하려는데 에러가 나네요...
안녕 리눅스를 사용하구요
vi /etc/fstab에 grpquota 넣어주고
[root@localhost home]# mount -o remount /dev/sda7
[root@localhost home]# touch aquota.group
[root@localhost home]# chmod 600 aqouta.group
[root@localhost home]# quotacheck -auvgc
를 하면
quotacheck: Quota for groups is enabled on mountpoint /home so
quotacheck might damage the file.
Please turn quotas off or use -f to force checking.
이 나오고 f옵션을 넣어 주면
[root@localhost home]# quotacheck -auvgcf
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.
이 나옵니다.
m옵션을 주면 넘어가긴 하는데,
[root@localhost home]# edquota -t
No filesystems with quota detected.
에서 이런 에러가 나오며
repquota -a 를 해도 아무런 메세지가 나오지 않습니다.
user쿼터는 http://annyung.oops.org/?m=white&p=quota 데로 하면 정상적으로 되었는데
그룹 쿼터는 에러가 생기네요 ㅡㅡa
디바이스 접속문제인듯 한데... 디바이스 접속을 막는 방법은 무엇인지요..
무엇이 문제인가요?
쿼타 적용이 안되었네요.어떤 프로세스가 /home에 접근해있는것아
쿼타 적용이 안되었네요.
어떤 프로세스가 /home에 접근해있는것아닌가요?
재부팅하면 되긴 될것같은데...
^^;;
제가 보기에도 어떤 프로세스가 /home에 접근해 있는것 같은데... 무
제가 보기에도 어떤 프로세스가 /home에 접근해 있는것 같은데... 무엇인지 모르겠네요...
재부팅 해도 마찬가지이구 ㅡㅡ a
lsof | grep home 해보면 뭔가 수상한게 보이지 않을까
lsof | grep home
해보면 뭔가 수상한게 보이지 않을까요?
하나씩 죽여보면 될것같은데...
^^;;
댓글 달기