今天主機重開又遇到 /dev/VolGroup00/LogVol00: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY
照網友解法 OK
解決方法
輸入 root密碼,進到 Repair filesystem1# 模式下
輸入 fsck -y /dev/Vo
- 6月 23 週二 201510:04
/dev/VolGroup00/LogVol00: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY
- 4月 23 週三 201414:47
How to upgrade the kernel on CentOS
You may want to upgrade the Linux kernel for various reasons. For example, you want to try a new kernel module or device driver which requires the lat
- 4月 23 週三 201411:23
upgrade to CentOS 5.10 from CentOS 5.9 (5.8, 5.7, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0).
This is quick guide, howto upgrade to CentOS 5.10 from CentOS 5.9 5.8, 5.7, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0.
1. Change to root User
su -
## OR ##
su
- 4月 23 週三 201410:06
centos找不到IFCONFIG命令
centos找不到IFCONFIG命令
root@localhost dai# ifconfig bash: ipconfig: command not found 提示命令不存在
使用 # /sbin/ifconfig 即可
原因:系統默認的環境變數設置不對
在普通用戶和root用戶下分別執行ec
1
