/ etc / fstab을 확인하고 다음 줄을 보았습니다.
<file system> <mount point> <type> <options> <dump> <pass>
/ was on /dev/sda1 during installation
UUID=some-hex-appears-here / ext4 errors=remount-ro 0 1
/home was on /dev/sda5 during installation
UUID=another-hex-here /home ext4 defaults 0 2
errors=remount-ro 0 1
내가 defaults
대신 기대하기 때문에 걱정 errors=remount-ro
. 우분투는 정상적으로 실행되지만 설치 과정에서 우분투가 강화되고 있다고 생각하는 이유가 있습니다.
이것이 무엇을 의미합니까?