Bug 62761

Summary: Allow umount /dev/cdrom in rescue system
Product: [Retired] Red Hat Linux Reporter: Dr. Tilmann Bubeck <tilmann>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-05 06:48:40 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 Dr. Tilmann Bubeck 2002-04-05 06:48:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)

Description of problem:
During rescue one must often change CD which is currently not possible. Doing 
a "umount /mnt/source" or simliar gets "Device or resource busy" and prevents 
you from using a different CD.

Different CDs are important if you want to install/repair a rpm found on the 
second rhat disk or if using a "private" cd containing dumps/tars to restore.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Boot rescue
2. Try to unmount cdrom
3.
	

Actual Results:  Device or resource busy

Expected Results:  unmounting

Additional info:

Comment 1 Jeremy Katz 2002-04-05 19:49:27 UTC
Not possible.  The rescue image you are working off of is on the mounted CD.  If
you want to use the CD during rescue mode for other things, you need to use a
network method such as FTP, HTTP, or NFS for rescue mode.

Comment 2 Dr. Tilmann Bubeck 2002-04-06 11:22:44 UTC
Think about copying the files into a ram disk. Would be easy and of great helf.