Btrfs 似乎不支持 errors=remount-ro。在 /etc/fstab 中,我可以使用 Btrfs 的哪个选项来实现与“errors=remount-ro”相同的结果?
答案1
根据Btrfs 维基,似乎 Btrfs 在遇到错误时已经以只读方式挂载。因此,errors=remount-ro
不需要该标志。
Btrfs 似乎不支持 errors=remount-ro。在 /etc/fstab 中,我可以使用 Btrfs 的哪个选项来实现与“errors=remount-ro”相同的结果?
根据Btrfs 维基,似乎 Btrfs 在遇到错误时已经以只读方式挂载。因此,errors=remount-ro
不需要该标志。