파일 시스템때문에 고생하고 있는 허접 관리자입니다.
ㅡ,.ㅡ;
mount 명령으로 살펴본 결과는 아래와 같습니다.
/dev/sda3 on / type ext3 (rw)
none on /proc type proc (rw)
/dev/sda1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
하지만, cat /proc/mounts 라고 쳐보니
rootfs / rootfs rw 0 0
/dev/root / ext3 ro 0 0
/proc /proc proc rw 0 0
/dev/sda1 /boot ext3 rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
이렇게 올라오네요.
제 추측에는 /dev/root / ext ro 0 0 라고 적혀있는 부분이 있는데요.