Модуль обеспечивающий эмуляцию CD-ROM накопителя под LinuxURL: http://robert.private.outertech.com/virtualcd/index.html
Обсуждается: http://www.opennet.me/prog/info/1936.shtml
?? зачем модуль?
mount -o loop /path/cd*.iso /mnt/cdrom
Цитата с оффсайта:
Q: Why should I use the CDemu Kernel Module when i can just mount the ISO9660 filesystem over a loopback device ? (mount -o loop mymovie.iso /mnt/mymovie for example)
A: That only works with ISO images. In other words, only one data track. Many bin/cue images contain more than one track and often times are in the raw format (that means the image also contains the error correction codes from the cd ... an exact binary image). You can't mount these types of images directly.
вот вы все такие шустрые, сразу на такой действительно банальный вопрос спешите ответить mount...
проблема: нужно запустить прогу для винды с диска, которая привязаны к образу. диска нет, только образ. вайн НЕ видит таким образом смоунчиные диски как cd. вот вам и mount :)