html tool

2017年7月16日星期日

How to fix “EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro”



https://askubuntu.com/questions/563668/how-to-fix-ext4-fs-sda1-re-mounted-opts-errors-remount-ro


15down voteaccepted
It's not an error, it just tells you that the partition /dev/sda1 has been remounted with the mount option errors=remount-ro. It's nothing you need to worry about. It may happen e.g. during a normal system startup if /dev/sda1 is your root partition.
The mount option means that the system should mount the partition read-only if an error occurs to minimize further damage or data loss and is used by default.

没有评论:

发表评论