|
新人+菜鸟,先拜谢了!
恳请援助。
--------------
错误信息:
[/boot:clean,41/50200 files,26556/200780 blocks [FAILED]]
[An error occurred during the file system check.
Dropping you to a shell ;the system will reboot when you leave the shell]
[Give root password for maintenance (or type Control-D to continue):]
[输入密码]
[
bash:dircolors:command not found
bash:/usr/bin/id:No such file or directory
bash:[:=:unary operator expected
bash:/usr/bin/id:No such file or directory
bash:[:=:unary operator expected
bash:/usr/bin/pkg-config:No such file or directory
]
(Repair filesystem) 1#
==========================
出错前做过什么:
0。重启机器
1。使用fedora 8 的一个图形化 逻辑卷管理器,察看LV信息;
并尝试使用该工具将刚刚裁减下来的2G空间分派给/usr;
因/usr busy,未果。
2。使用
umount /v
mke2fs -n /dev/mapper/VG/LV04
e2fsck -f /dev/mapper/VG/LV04
resize2fs /dev/mapper/VG/LV04 (计算并减去2G后得到的blocks)
lvreduce -L -2G /dev/VG/LV04
上述步骤为/v减去2G空间
并且,系统最终返回成功的提示
3。移动/v上的文件到其他卷。
==============
出错后尝试了那些办法:
1。#e2fsck -y /dev/sda1;Enter
重启后,错误提示依旧。
2。在linux single下,
将/etc/selinux/config中的值,修改为disabled
将/root/.bash_profile中PATH,修改为PATH=$PATHHOME/bin:/sbin:/usr/bin:/usr/sbin
重启后,错误提示依旧。
3。通过kernel /vmlinux rescue(硬盘ISO文件方式,该文件位于USB外设硬盘中)进入rescue模式
后,不知道自己可以做些什么?
rescue 自动挂载 /mnt/sysimage失败。
==========
系统信息:
fedora core 8
25G+60G=>一个VG
ext3
Intel Pentium-M 1.3GHz
1.5G
ATI Mobility RADEON 7500 32M DDR
========
问题:
1。我遇到的到底是个什么问题?即,错误的定位。
2。该错误是否和lvreduce有关?
3。提示信息是什么意思?
4。我该怎么处理这个错误?
---
再次感谢各位;
恳请帮助;
谢谢!!! |
|