- 论坛徽章:
- 0
|
I have RedHat AS3.0 running on IBM X346. The machine won't
boot up I keep getting this error messages
{
so far the information part .Next the mounting
the command is ' mount [ -t fstype ] something somewhere'.
Details found is /etc/fstab may be omitted
mount -a[-t|-o]...:mount all stuff from etc/fstab
mount device :mount device as the known place
mount directory :mount known device here
mount -r type dev dir rdinary fount command
Note that one does not really mount a device
one mounts,a filesystem(of the giventype) found on the device.
One can also mount an already visible direction tree elsewhere:
mount -- bind olddir newdir
or move a subwhere
mount -- move olddir newdir
A device can be given by name , say /dev/hda1 or dev/cdrom , or by label using -L label
or by uuid ,using -U uuid .
Other options : [-nfFrsvw] [-o options]
for many more details,say man 8 mount.
grep : /proc/mounts : No such file or directory
configuring Kernel parameters : [ok]
setting clock (localtime) :tue dec 6 ...cst 2005 [ok]
loading default keymap(us) : [ok]
Setting hostname localhost.localdomain [ok]
cat : /proc/cmdline : No such file or directory
}
At this point, I can hit CTRL-C and get two more lines:
{
INIT: Entering runlevel: 5
cat: /proc/cpuinfo: No such file or directory
}
I can`t do anything else at this point.
I tried to use RESCUE MODE from the boot CD, and I can get to a shell, but
don`t know how to correct this once I get there. I checked the /etc/fstab
and it looks perfectly normal. I just don`t get it. It`s on a UPS
but it`s still possible this was all started by a powersurge or
something. I just need some way to
get it to work! I`d appreciate any advice.
Thank you |
|