상세 컨텐츠

본문 제목

EXT3-fs error (device sdc1): ext3_journal_start_sb: Detected aborted journal

mysql

by 2hansoul 2021. 7. 16. 18:44

본문

반응형

EXT3-fs error (device sda2) ext3_journal_start_sb : Detected aborted journal

EXT3-fs error (device sda2) ext3_journal_start_sb : Detected aborted journal

EXT3-fs error (device sda2) ext3_journal_start_sb : Detected aborted journal

 

에러가 발생하면 읽기모드로 변경되면서 더이상 업데이트가 안된다.

 

해결방법

 

1. 해당장치를 unmount

 

2. debugfs -w -R "feature ^has_journal,^needs_recovery" /dev/장치명

   파티션을 ext2모드로 바꾸어 줍니다.

 

3. fsck -y /dev/장치명

   점검

 

4. tune2fs -j /dev/장치명

    저널링을 활성화

 

5. mount

반응형

'mysql' 카테고리의 다른 글

mysql alter  (0) 2021.07.21
배드 섹터 /Bad Sector  (0) 2021.07.19
MySQL) 테이블 not null -> null 허용가능하게 바꾸기 alter table  (0) 2021.07.14
TCP/UDP 포트 목록  (0) 2021.07.13
linux kill 명령어 프로세스 죽이기  (0) 2021.07.12

관련글 더보기

댓글 영역