Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to pop out(or umount) cdrom under rescue mode?

Status
Not open for further replies.

byron

Member level 3
Joined
Jan 25, 2002
Messages
62
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
372
Is it possible to use cdrom under rescue mode?
 

Should be possible, try mount -t iso9660 /dev/cdrom /mnt/cdrom(in case of your mount point is in /mnt/cdrom)

If there isn't /dev/cdrom use:
/dev/hda if IDE Primary Master or
/dev/hdb if IDE Primary Slave or
/dev/hdc if IDE Secundary Master or
/dev/hdd if IDE Secundary Slave
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top