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 :
- sudo add-apt-repository ppa:cdemu/ppa
- sudo apt-get update
- sudo apt-get install cdemu-daemon cdemu-client
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
No comments:
Post a Comment