quota를 처음으로 다뤄보려다가 책을 보고 따라했는데 /etc/fstab의 화일을 고치고 다시 부팅
했는데 컴터가 섰어요 ㅠ.ㅠ
어떻게 /etc/fstab를 고쳤냐면요...
LABEL=/ / ext2 defaults 1 1
.
.
.
이렇게 되어있는 파일을
LABEL=/ /home ext2 defaults,usrquota 1 1
.
.
.
이렇게 바꿨어요.. 그리고 부팅후 멈췄습니다.
어디서 멈췄냐면요.. 멈춘후의 메세지입니다.
Checking root filesystem
fsck.ext2(null):
The superblock could not be read or does not describe a correct ext2 filesystem.
If the device is valid and it really contains an ext2 filesystem, then the superblock is corrupt,
and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
여기까지 되면
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root password for maintenance
(or type Control-D for normal startup):
이렇게 나와서 패스워드치고 들어가서 /etc/fstab파일을 바꾸려고 하면 readonly라고 하면서
바꿔지지가 않네요.. cp 나 다른 파일작업이 하나도 안되요..
파일시스템이 잘못된거 같은데..
어떻게 해야하죠? 가르쳐주세요 ㅠ.ㅠ