이라고 하긴 제목이 이상한데..
일단은 18.04에서는 기본적으로 fsck를 실행하도록 예약(?)이 되어있지 않는 것으로 보인다.
max. mount count가 -1이라 자동으로 하진 않는데..
$ sudo tune2fs -l /dev/sda1 | grep -i count Inode count: 14655488 Block count: 58607360 Reserved block count: 2930368 Mount count: 53 Maximum mount count: -1 |
[링크 : https://linuxconfig.org/how-to-force-fsck-to-check-filesystem-after-system-reboot-on-linux]
애가 상태 이상해지면
sudo touch /forcefsck
해주는수 밖에 없나?
'Linux > Ubuntu' 카테고리의 다른 글
ubuntu 18.04 wayland와 ubuntu session (0) | 2019.08.28 |
---|---|
ubuntu virtual desktop (0) | 2019.08.28 |
ubuntu postgresql 실행 (0) | 2019.07.30 |
bash-completion (0) | 2019.07.09 |
우분투 리눅스에 카카오톡 깔기 (2) | 2019.07.09 |