Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
virtual cd mounter
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
tehjap
n00b
n00b


Joined: 11 Jun 2003
Posts: 70
Location: MS

PostPosted: Fri Jun 20, 2003 7:08 pm    Post subject: virtual cd mounter Reply with quote

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
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Fri Jun 20, 2003 7:16 pm    Post subject: Reply with quote

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
View user's profile Send private message
Carlo
Developer
Developer


Joined: 12 Aug 2002
Posts: 3356

PostPosted: Fri Jun 20, 2003 8:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
-leliel-
Apprentice
Apprentice


Joined: 03 May 2003
Posts: 294
Location: Germany

PostPosted: Sat Jun 21, 2003 9:32 am    Post subject: Reply with quote

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 ... :roll:

so long
_________________
- carpe noctem -

dunkelelf@jabber.org
Back to top
View user's profile Send private message
Carlo
Developer
Developer


Joined: 12 Aug 2002
Posts: 3356

PostPosted: Sat Jun 21, 2003 11:33 am    Post subject: Reply with quote

-leliel-: There is nowhere mentioned that CDEmu deals with copy protections!?


Carlo
Back to top
View user's profile Send private message
zhenlin
Veteran
Veteran


Joined: 09 Nov 2002
Posts: 1361

PostPosted: Sat Jun 21, 2003 12:14 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum