如何使用“errors=remount-ro”等效项挂载 Btrfs?

Sep*_*ero 3 fstab mount btrfs

Btrfs 似乎不支持 error=remount-ro。在 /etc/fstab 中,我可以与 Btrfs 一起使用什么选项来获得与“errors=remount-ro”相同的结果?

小智 8

根据Btrfs wiki,似乎 Btrfs 在遇到错误时已经以只读方式挂载。errors=remount-ro因此,不需要该标志。