跳到主要內容

Get write permission in the ubuntu 11.10 recovery menu

在ubuntu 11.10的修復模式(recovery menu)中取得檔案系統的完整寫入的權限

在修復模式(recovery menu)中,ubuntu 11.10即使開在root terminal之下,也沒有給完整的檔案寫入權,所以在root terminal中,鍵入:
mount -o remount,rw /
應該就可以了。

留言