1、當啟動失敗時,有時需要用救援模式來修改/etc/fstab文件,但會提示該文件只讀(Read-only file system)這時采用以下方法來解決:

mount -o remount, rw /

以讀寫的模式重新掛載根分區