小编Ali*_*ice的帖子

fstab 挂载选项“errors=remount -ro”是什么意思?

我检查了 /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 可能在安装过​​程中受到了影响。

那么这是什么意思?

fstab mount

17
推荐指数
2
解决办法
8万
查看次数

标签 统计

fstab ×1

mount ×1