.

Wednesday, March 28, 2012

Mount CD/DVD image with CDEmu


in this post I will introduce CDEmu for linux users




CDEmu have several packages are:

     Kernel module that will make the CD / DVD-ROM virtual
     Libmirage to "translate" the image file
     A daemon to emulate CD / DVD-ROM
     Either text-based client application or a GUI to control the emulator

Judging from the features and how it works, CDEmu very similar to Daemon Tools on Windows operating systems.


how to install, just follow step by step below :


installation :



  1. sudo add-apt-repository ppa:cdemu/ppa  
  2. sudo apt-get update  
  3. sudo apt-get install cdemu-daemon cdemu-client  
mount image:

cdemu load 0 myfile.cue

 The command "load" is used to mount the file, the number "0" is a device that will be used, while "myfile.cue" is an image file you want mounted.

unmount image:

cdemu unload 0

 if you have trouble typing the command : man cdemu



| Free Bussines? |

No comments:

Post a Comment