Linux.com

Author Message
Joined: May 16, 2008
Posts: 2
Other Topics
Posted May 16, 2008 at 2:42:21 AM
Subject: Insert Disk 2

Alright, this should be an easy one but I cant figure it out. When installing multi CD software (specifically referring to sim's 2) it will say to enter disk 2. but you cant, cause its mounted. How do you unmount to continue install without exiting the application. The application in this case was Wine to do the install, but it would def help to know what to do here. Thanks bunches!
Benson

Back to top Profile Email Website
Penguin
Joined Mar 28, 2008
Posts: 59

Other Topics
Posted: May 16, 2008 12:55:25 PM
Subject: Insert Disk 2

OK, first off, have you tried just right-clicking on the icon on the desktop and hitting "Eject" ? If that fails, open a console and try typing "umount -lf /media/cdrom" (assuming that your CD drive is in /media/cdrom if it's not, substitute yours in there).
To explain the command above:
The command "umount" - stands for "un-mount". The options "-lf" means "Lazy force". The force option means force it to unmount it, doing (almost - see below) whatever it takes. The "-l" option (very useful for CD's, not good for external drives) stands for "lazy" which means that it will sever the connection with the drive - so if something's reading from it it'll just sever that connection (sometimes the -f fails because the drive is locked by something reading, this gets around it). This isn't good for drives where you're writing, as it will corrupt whatever was being written at the time (it *just* breaks the connection, doesn't wait for it to finish writing).

I hope that wasn't too rambling or complicated (this is what comes of doing 1/2 then coming back 15 minutes later...) let us know if it works or not, or if you need some clarification.

Penguin

Back to top Profile Email Website
benson
Joined May 16, 2008
Posts: 2

Other Topics
Posted: May 16, 2008 5:00:21 PM
Subject: Insert Disk 2

Thanks for your help. Found out there is a wine eject command for that situation.

Back to top Profile Email Website
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya