[ubuntu] fsck error on boot: /dev/sda2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY
Linux Ubuntu 2023. 2. 7. 18:29728x90
728x170
이상없이 사용했었는데 아래 에러가 뜨면서 우분투가 부팅이 되질 않았습니다.
/dev/sda2 contains a file system with errors, check forced.
Directory inode 3029313, block #0, offset 0: directory corrupted
/dev/sda2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/sda6 requires a manual fsck
Busybox v1.30.1 (Ubuntu 1:1.30.1-7ubuntu1) built in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs) _
해결방법은 아래의 명령을 실행하고 y 를 누르면 되는데 전부 y로 하려면 a 를 누르면 전부 y 로 처리된다.
fsck /dev/sda2
정말 수많은 y 가 눌러집니다^^;
exit 로 빠져나오면 재부팅이 완료됩니다.
728x90
그리드형
'Linux Ubuntu' 카테고리의 다른 글
[ubuntu] .deb 파일 설치하기 (0) | 2023.08.23 |
---|---|
[Ubuntu] 로그 정리>패키지 정리>전원 끄는 Shell 실행 파일 (0) | 2023.05.04 |
[Ubuntu] 크롬(Chrome) 설치하기 (0) | 2023.01.25 |
[Ubuntu] 에러 : fontconfig error cannot load default config file (0) | 2023.01.21 |
[ubuntu] Virtual Box 에 ubuntu 설치하기 (0) | 2022.12.23 |