Gentoo 로그인 시 나오는 메세지에 대한 질문입니다.
다음은 로그인 전에 표시되는 메세지의 상세 내용입니다.
Your system seems to be missing critical device files
in /dev ! Although you may be running udev or devfs,
the root partition is missing these required files !
To rectify this situation, please do the following:
mkdir /mnt/fixit
mount --bind / /mnt/fixit
cp -a /dev/* /mnt/fixit/dev/
umount /mnt/fixit
rmdir /mnt/fixit
You may refer to these instructions at /etc/issue.
If you previously had an issue file, it has been
backed up at /etc/issue.devfix. Once you've fixed
your system, you will have to restore your old issue
file in order to get rid of this warning.
Thanks for using Gentoo ! :)
http://bugs.gentoo.org/show_bug.cgi?id=40987
Gentoo 2007 0 을 설치하고 멀티부팅을 위해 이미지를 백업한다음 복구했습니다.
근데 위의 에러는 아무리 메세지 대로 해보고
Gentoo CD에 있는 /dev폴더를 통째로 복사해도 해결이 안됩니다.
구글링을 통해 저 같은 경우를 한분 봤는데,
그 분은 마운트 문제인거 같더군요
그래서 제 마운트 내용도 올려드립니다.
/dev/sda6 on / type ext3 (rw,noatime)
proc on /proc type proc (rw,nosuid,nodev,noexec)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
udev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw,nosuid,noexec)
/dev/sda3 on /boot type ext2 (rw,noatime)
shm on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
음... 사실 인제 어느 부분을 건드려야 될지 감이 안와서요^^;;
고수님들의 해결 부탁드립니다.
댓글 달기