Results 1 to 10 of 10
Is there a program like daemon tools in windows for linux ?
I'm running SuSE 10.0...
- 11-26-2006 #1Just Joined!
- Join Date
- Feb 2006
- Location
- Sofia, Bulgaria
- Posts
- 9
Virtual CD emulator like daemon tools in win
Is there a program like daemon tools in windows for linux ?
I'm running SuSE 10.0
- 11-26-2006 #2
You don't need an extra application to mount .iso file in Linux, the kernel itself can do this using mount
mount -o loop /path/to/image.iso /where/you/want/to/mount/itPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-27-2006 #3Just Joined!
- Join Date
- Feb 2006
- Location
- Sofia, Bulgaria
- Posts
- 9
ohh I'm so dum i had to try this before posting
. My bad.
- 11-27-2006 #4
so how do you exctact an ISO from a CD eh?
"Do or do not...there is no try" -Yoda
History is a set of lies agreed upon by the winners.
Linux is user friendly, not idiot friendly.
Linux User 437442
- 11-27-2006 #5where /dev/hdc is your cdrom drive and ~/myiso.iso is the name of the new isoCode:
dd if=/dev/hdc of=~/myiso.iso
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-27-2006 #6
so where does the ISO go?
"Do or do not...there is no try" -Yoda
History is a set of lies agreed upon by the winners.
Linux is user friendly, not idiot friendly.
Linux User 437442
- 11-28-2006 #7
Originally Posted by dalinux_n00bie
~ is shorthand for home directory I beleive. You can allways specify the full path of were you wnat it to go.
- 11-28-2006 #8Just Joined!
- Join Date
- Feb 2006
- Location
- Sofia, Bulgaria
- Posts
- 9
What if i want to play a game like SC (runs great with wine on suse 10.0) and
I have the ISO, but i don't want to burn it ?
- 11-28-2006 #9
mount it somewhere and run the executable
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 12-18-2006 #10Just Joined!
- Join Date
- Feb 2006
- Location
- Sofia, Bulgaria
- Posts
- 9
I can't do that with a windows game I run with cedega.
Originally Posted by Juan Pablo
1) When I run it from cedega "CD not found"
2) When I run it from the exe in the mounted folder and I choose open with cedega "CD not found" again !
Pls help


Reply With Quote