/ 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ます。Ubuntuは通常どおり実行されますが、インストールプロセス中にUbuntuが調整されている可能性があると信じる理由があります。
これはどういう意味ですか?