Bug 51400
| Summary: | cp, mv and other utilities missing in rescue mode | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | p929001 |
| Component: | anaconda | Assignee: | Brent Fox <bfox> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| URL: | http://www.redhat.com/support/manuals/RHL-7.1-Manual/customization-guide/rescuemode.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-08-10 08:57:45 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
p929001
2001-08-10 07:11:19 UTC
I was wrong; e2fsck is not available. Available tools are:
/bin:
init insmod modprobe rmmod sh
/sbin:
badblocks clock e2label fdisk hwclock mkdosfs mke2fs mkfs.ext2 mkfs.msdos mkraid
mkreiserfs mkswap probe
/usr/bin:
anaconda anaconda.real ash cat chmod chroot
collage df gunzip ln losetup ls lsmod mkdir
mknod mount pump python python1.5 raidstart
raidstop rm sh umount uncpio
The path also contains /usr/X11R6/bin, but this directory does not exist.
Furthermore, it contains /mnt/{,usr}/{bin,sbin}, which should probably be
/mnt/sysimage/{,usr}/{bin,sbin} (cf. bug no. 30791). However, it is _not_ enough
to correct the path, as the tools are needed also if /mnt/sysimage is unmounted
(e.g. e2fsck if you want to check the root filesystem).
Comparing to
http://www.redhat.com/support/manuals/RHL-7.1-Manual/customization-guide/rescuemode.html,
about 50 tools are missing. Furthermore, some tools present are not listed (e.g.
e2label).
Another observation: The prompt is "#", not "bash#"
The respose is not "Unknown command", but "cp: not found", "mv: not found" etc. Fixed in the latest internal builds. |