daemon347

Asked by naufal

how can we use software like "daemon347" in ubuntu?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Dmitry Mityugov
Solved:
Last query:
Last reply:
Revision history for this message
Dmitry Mityugov (dmitry-mityugov) said :
#1

Hello,

Do you mean Daemon Tools? If yes - no, I believe you can't, and you probably don't need to - Ubuntu has other ways to mount ISO files as CDs/DVDs.

Revision history for this message
Ashik Thomas (aforashik) said :
#2

You cannot. But you can create the Windows Environment in Linux Operating System. After that, you can easily run Windows-based programs in Linux O.S. But, those things will not work smoothly in Linux.

Revision history for this message
Ashik Thomas (aforashik) said :
#3

There are many other ways to do this.
To mount an ISO, do:

Code:

mount -t iso9660 -o loop <isoname>

I haven't done this in a while, but I think that is right.
Hope this helps.

Revision history for this message
naufal (musp-student) said :
#4

I have nero cd image eg:(Star wars.nrg).I running that cd image with daemon347 in windows xp.so how can that cd running in ubuntu?

Revision history for this message
Best Dmitry Mityugov (dmitry-mityugov) said :
#5

It seems it is possible to convert Nero images to ISOs and then either burn or mount them, like Ashik said, or just mount them directly: https://help.ubuntu.com/community/MountIso#head-2fd41a6c45af6b87882a74a70e8830e2ca67edd1

Revision history for this message
naufal (musp-student) said :
#6

Hello,thanks for your help.