/etc/fstab改錯後的處理
今天不小心把/etc/fstab改錯了, 系統重啟後顯示
Checking filesystems
。。。。。。。。。。。。。。。
***An error occured during the file system check.
***Dropping you to a shell; the system will reboot
***when you leave shell. up to 100000000 @ 8000-d000
Give root password for maintenance
(or type Control-D to continue);
於是只能輸入root的password進入, vi 開啟/etc/fstab之後, 恢復為原來的樣子但是儲存時提示
-- INSERT -- w10: Warning: Changing a readonly file
改完後儲存的時候提示
"fstab" E212: Can't open file for writing
:w! 也沒有用
看來是mount成readonly 了.
於是
root# mount -o remount,rw /
再試vi /etc/fstab, 就可以儲存了.
Checking filesystems
。。。。。。。。。。。。。。。
***An error occured during the file system check.
***Dropping you to a shell; the system will reboot
***when you leave shell. up to 100000000 @ 8000-d000
Give root password for maintenance
(or type Control-D to continue);
於是只能輸入root的password進入, vi 開啟/etc/fstab之後, 恢復為原來的樣子但是儲存時提示
-- INSERT -- w10: Warning: Changing a readonly file
改完後儲存的時候提示
"fstab" E212: Can't open file for writing
:w! 也沒有用
看來是mount成readonly 了.
於是
root# mount -o remount,rw /
再試vi /etc/fstab, 就可以儲存了.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29440247/viewspace-1277931/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux因/etc/fstab配置錯誤啟動失敗後的恢復Linux
- /etc/fstab檔案丟失後--修復系統
- /etc/fstab功能詳解
- redhatserver5下/etc/fstab中輸入的資料錯誤RedhatServer
- PHP安裝後錯誤處理PHP
- /etc/fstab檔案詳解
- /etc/fstab的錯誤設定導致系統啟動失敗
- vrlogon.dll出錯後的處理VRGo
- Error:/etc/fstab:Read-only file system錯誤的解決辦法Error
- /etc/fstab檔案需要注意的地方
- ORA-19693錯誤後的處理辦法
- 改主機名後Oracle OEM無法使用處理方法Oracle
- Solaris 10中/etc/fstab和/etc/mntab配置檔案的區別
- 優化 Go 錯誤處理,魔改 Go recover 靠譜嗎?優化Go
- go的錯誤處理Go
- CMake出錯的處理
- DG報錯的處理
- 【Linux】Linux檔案之/etc/fstabLinux
- linux /etc/fstab檔案配置說明Linux
- Linux下/etc/fstab檔案使用(轉)Linux
- 錯誤處理
- 後臺處理
- centos 6.7 (UDEV,、etc/hosts)安裝 RAC 11.2.0.4 報錯處理CentOSdev
- wordpress更換域名後CSS錯誤怎麼處理CSS
- Spring Cloud Stream消費失敗後的處理策略(二):自定義錯誤處理邏輯SpringCloud
- rails gem報錯的處理AI
- axios 的錯誤處理iOS
- COM的錯誤處理 (轉)
- 【故障處理】ORA-12162 錯誤的處理
- PHP錯誤處理和異常處理PHP
- SAP CRM點了附件的超連結後報錯的處理方式
- ASP.NETCore統一處理404錯誤都有哪些方式?ASP.NETNetCore
- PHP 錯誤處理PHP
- php錯誤處理PHP
- Go 錯誤處理Go
- Swift錯誤處理Swift
- Zabbix錯誤處理
- mysqldump錯誤處理MySql