我检查了 /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
Run Code Online (Sandbox Code Playgroud)
errors=remount-ro 0 1我很担心,因为我会期望defaults而不是errors=remount-ro. Ubuntu 运行正常,但我有理由相信 Ubuntu 可能在安装过程中受到了影响。
那么这是什么意思?