View previous topic :: View next topic |
Author |
Message |
tehjap n00b


Joined: 11 Jun 2003 Posts: 70 Location: MS
|
Posted: Fri Jun 20, 2003 7:08 pm Post subject: virtual cd mounter |
|
|
is there a virtual cd mounter for linux, like daemon tools for windows. everytime i burn gta vice city the install fails, but if i mount it with daemon tools it works perfectly... |
|
Back to top |
|
 |
dberkholz Retired Dev


Joined: 18 Mar 2003 Posts: 1008 Location: Minneapolis, MN, USA
|
Posted: Fri Jun 20, 2003 7:16 pm Post subject: |
|
|
Is this about what you're looking for?
Code: | mount -o loop -t iso9660 file.iso /mnt/wherever/ |
You probably need loop block device in your kernel. |
|
Back to top |
|
 |
Carlo Developer


Joined: 12 Aug 2002 Posts: 3356
|
Posted: Fri Jun 20, 2003 8:45 pm Post subject: |
|
|
The daemon tools (win) emulates copy protections. As far as I know, there exists no linux kernel module for this kind of job.
Carlo |
|
Back to top |
|
 |
-leliel- Apprentice

Joined: 03 May 2003 Posts: 294 Location: Germany
|
Posted: Sat Jun 21, 2003 9:32 am Post subject: |
|
|
well, there is a kernel module to do this job.
name was virtualcd before a german company wrote to the author in case of patent infringement. It's now temporarily named CDemu by Robert Penz.
Be carefull with video and super video cd's. Your computer may freeze if you like to load a (s)vcd bin file. You could play them directly with mplayer.
I'm on a kde applet to control the module. I would be pleased if somebody could help me, cause I never coded a kicker applet before ...
so long _________________ - carpe noctem -
dunkelelf@jabber.org |
|
Back to top |
|
 |
Carlo Developer


Joined: 12 Aug 2002 Posts: 3356
|
Posted: Sat Jun 21, 2003 11:33 am Post subject: |
|
|
-leliel-: There is nowhere mentioned that CDEmu deals with copy protections!?
Carlo |
|
Back to top |
|
 |
zhenlin Veteran

Joined: 09 Nov 2002 Posts: 1361
|
Posted: Sat Jun 21, 2003 12:14 pm Post subject: |
|
|
There is no reason to believe that anything can emulate copy-protection... Unless it has some sort of badsector list.
I don't think any kernel contributor/programmer will want to program a copy protection emulator into the kernel... Or would they, under the guise of a 'badsector emulator'?
Also,
Quote: |
Q: I've noticed your "CDemu Kernel Modul[sic] for Linux" .. but I fail to see how it is any more useful than mounting the ISO9660 filesystem over a loopback device ?
mount -o loop mymovie.iso /mnt/mymovie for example.
A: that only works with iso files --> only one data track
many bin/cue files from windows guys have more than one track and are most of the time in raw mode (that means in the bin file is also the error correction code of the cd), you can't mount that directly as an filesystem
|
I believe this is a subliminal way of saying, Yes, copy protection emulation works too, since error correction is related to bad sectors |
|
Back to top |
|
 |
|