PDA

View Full Version : virtual dvd drive ?



jif
20th August, 2010, 08:21 PM
new to linux
installed ubuntu and i 'm trying to learn about it
i wondered if there was a program to load a virtual dvd drive and run a dvd image file
thanks

kourkoutas
20th August, 2010, 10:12 PM
If i'm not mistaken in Ubuntu 10.04 if you right click on an iso file and select open with there's an option "Archive Mounter". This should mount the selected image.

Alternatively, you can try following the options given in the following sites:
Easy way of Mount/Unmount .iso Images in Ubuntu|Ubuntu Geek (http://www.ubuntugeek.com/easy-way-of-mountunmount-iso-images-in-ubuntu.html)

Mount and Unmout ISO images without burning them|Ubuntu Geek (http://www.ubuntugeek.com/mount-and-unmout-iso-images-without-burning-them.html)

RSwire
20th August, 2010, 11:48 PM
Here try this it creates a vitual cd drive, worked well for my needs.


Virtual_CD_9.3.0.0.Incld.Serial.rar (http://www.mediafire.com/file/lf46pcjqac26289/Virtual_CD_9.3.0.0.Incld.Serial.rar)

inflatable_raft
21st August, 2010, 08:48 PM
The question was about Linux, Virtal CD is for Windows.

For Linux you don't need any additional software, Linux can do that out of the box. Just see in one of the links posted in the first reply or type in a terminal:
sudo mount -o loop <path-to-iso> <mountpoint>

For example, your iso file is cdimage.iso and you want see it as /media/cdrom

sudo mount -o loop cdimage.iso /media/cdrom

The directory /media/cdrom must preexist, you can create it with sudo mkdir /media/cdrom

Unmount it after use with sudo umount /media/cdrom

jeff114
22nd August, 2010, 10:51 PM
Hello,
you could try the graphical software AcetoneISO2.

AcetoneISO Official Website (http://www.acetoneteam.org/)


If you mount with cli, it's a good idea to add the type ( mount -o loop -t iso9660 image.iso /mount/point


Jeff

jif
23rd August, 2010, 10:11 AM
thank for the help
got it sorted now

ppponky143
17th December, 2010, 06:26 PM
install a virtual drive appplication like power iso or daemon lite, or virtual clone drive or alcohol 120% etc. some of them are free and everyone works the same. after installing open the application from the programs menu or desktop shortcut if you made one. Then set the number of drives you want 2-3 or whatever. also search for the option auto mount images at stert up, check it if you dont want to remount everytime you switch on your computer.
****************
Kvinde (http://www.smartgirl.dk)
charms (http://www.charmnjewelry.com/)

ppponky143
17th December, 2010, 06:27 PM
You appear to have misunderstood how ISO's and Operating systems work. The ISO must be mounted by the operating system into as virtual CD/DVD drive.
if you have deleted the OS to install XP via the ISO, which by the way is probably illegal unless you have a legitimate original disc and cd key; then there is nothing there to mount the image.
****************
Kvinde (http://www.smartgirl.dk)
charms (http://www.charmnjewelry.com/)