LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-17-2004, 04:35 PM   #1
RoaCh Of DisCor
Member
 
Registered: Apr 2004
Location: Washington State
Distribution: SuSE 9.3 / Slackware-Current
Posts: 701

Rep: Reputation: 30
Is there a way to unmount anyway?


It keeps saying that the device is busy, but that's because I need to install a program that takes 3 cd's. Can I force unmount? Or use a program or something...so I can switch cd's?
 
Old 04-17-2004, 05:21 PM   #2
avarus
Member
 
Registered: Apr 2004
Location: Oxford, UK
Distribution: Ubuntu, Debian, various
Posts: 230
Blog Entries: 5

Rep: Reputation: 33
You could say

fuser -km /mnt/cdrom

but I doubt that is what you wanted to do.

So the answer to your question is that yes you can force unmount, but by doing that you kill the process which is using the CD drive, and you just said you didn't want to do that.

Can't you copy all the files to the hard drive in advance?

TIM
 
Old 04-17-2004, 06:40 PM   #3
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
You could try this...
  • Copy all the CDs to your harddrive, but as ISO files:
  • $ dd if=/dev/cdrom of=Programme.CD1.iso
  • Mount the first ISO file onto the cdrom mountpoint:
  • # mount -o loop Programme.CD1.iso /mnt/cdrom
  • Run your programme.
  • When it asks for the next CD, don't umount the dir, just mount the 2nd disc over the top:
  • # mount -o loop Programme.CD2.iso /mnt/cdrom
  • Continue with your programme.
  • Do the same for CD3.
  • When you're done, and you are back to the terminal, you need to umount each of them:
  • # umount -d /mnt/cdrom
    # umount -d /mnt/cdrom
    # umount -d /mnt/cdrom
  • And that should be it!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unmount Cd kjy2k79 Linux - Hardware 6 08-08-2005 10:24 AM
can't unmount odd Linux - Software 11 05-21-2004 06:59 PM
command 'unmount' not found - how can i unmount??? GloVe Linux - General 1 10-04-2003 06:33 AM
How do I unmount? p.z Linux - Hardware 1 08-20-2003 01:46 AM
unmount killi Slackware 4 05-11-2003 03:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration