fstab语法检测

有时候fstab修改错误会导致启动不了,进入readonly模式,不能修改fstable。

可以用mount -o remount,rw /dev/root /方法从挂目录。就可以写了。 mount -a可以检测fstab是否正确。