O 사용OS : 레드햇 7.3 (Kernel 2.4.18-3)
#> vi /etc/fstab
------------------------------------------------------
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults,usrquota 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda1 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
------------------------------------------------------------------
#> cd /home
#> touch quota.user
#> chmod 600 quota.user
#> convertquota -u /home <----------여기서부터 에러발생
convertquota: Can't initialize quota on /dev/hda3: 그런 파일이나 디렉토리가 없음
convertquota: Can't open old format file for users on /home
======================================================================
이상하네요....마운트도 제대로 되어 있는데..왜 안되는 건지..
위에서 보다시피 파티션이 ext3거든여..그래서 안돼는 건가...
꼭좀 알려주세요.