Author Topic: a virtual cd/dvd drive  (Read 222 times)

Offline Blackadam1518

  • Full Member
  • ***
  • Posts: 93
a virtual cd/dvd drive
« on: January 12, 2013, 08:22:35 PM »
what virtual cd/dvd software is there available for us like Alcohol....?
Fortress of Solitude

PCLinuxOS KDE 2013
Dell XPS gen 5
Pentium 4 single core 3.20ghz
6gigs DDR2 Ram
Nvidia GeForce 6400 GS
Main Drive is 750gigs
Secondary Drive is 1TB

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6209
Re: a virtual cd/dvd drive
« Reply #1 on: January 12, 2013, 11:06:44 PM »

you should try to be more descriptive in your support questions. Your post just assumes everybody knows what functionality this program you refer as "alcohol" has and that is not the case.

What you should have done is present a problem and ask what is the best way to solve it since different programs solves the same problem differently or may have a solution to one problem and not the other.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Blackadam1518

  • Full Member
  • ***
  • Posts: 93
Re: a virtual cd/dvd drive
« Reply #2 on: January 13, 2013, 06:15:43 AM »
I apologize for the vague question here  I'll reiterate. I'm looking for a software program similar to one popular used  by windows and and some mac users known as "Alcohol 120%" (in particular i am looking for a version if Alcohol 120% is not supported by pclinuxos yes which contains A.C.I.D. "Alcohol Cloaking Initiative for DRM")  It has been a few years so i am not 100% if its popularity is still as it was or if it has been replaced by newer software.   Reason i am looking for the program or more specifically one that is support by pclinuxos is i have the ISO for several games and movies i would like to watch and play. Alcohol 120% is able to create virtual drives and mount ISO images, i would like to create a virtual DVD drive that i may use with Playonlinux so that i can install the games on my system and be able to play them.  I"ve tried running the program but wine had be giving me an issue with installing it i'm address that issue with wine  in the mean time i had the bright idea to just ask on here what everyone  else uses in a neat easy clean package and not have to to do x,y,z, and a steps and get everything working
Fortress of Solitude

PCLinuxOS KDE 2013
Dell XPS gen 5
Pentium 4 single core 3.20ghz
6gigs DDR2 Ram
Nvidia GeForce 6400 GS
Main Drive is 750gigs
Secondary Drive is 1TB

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11529
  • ----IOFLU----
Re: a virtual cd/dvd drive
« Reply #3 on: January 13, 2013, 07:13:22 AM »
I apologize for the vague question here  I'll reiterate. I'm looking for a software program similar to one popular used  by windows and and some mac users known as "Alcohol 120%" (in particular i am looking for a version if Alcohol 120% is not supported by pclinuxos yes which contains A.C.I.D. "Alcohol Cloaking Initiative for DRM")  It has been a few years so i am not 100% if its popularity is still as it was or if it has been replaced by newer software.   Reason i am looking for the program or more specifically one that is support by pclinuxos is i have the ISO for several games and movies i would like to watch and play. Alcohol 120% is able to create virtual drives and mount ISO images, i would like to create a virtual DVD drive that i may use with Playonlinux so that i can install the games on my system and be able to play them.  I"ve tried running the program but wine had be giving me an issue with installing it i'm address that issue with wine  in the mean time i had the bright idea to just ask on here what everyone  else uses in a neat easy clean package and not have to to do x,y,z, and a steps and get everything working

I don't know about the games, as they are Windows games, but a movie ISO can be played directly by most of the Linux media players, as long as you have all the appropriate libdvd* packages installed.

libdvdcss2
libdvdread3
libdvdread4
libdvdnav4

The game .iso images can be loop mounted to any directory of your choosing from the command line. Say you create a directory, /mnt/iso, then the command, as root, from the directory holding the image, would be;

[root@localhost ~]# mount -o loop ro ./<name>.iso /mnt/iso                                 <Enter>

Looking in the /mnt/iso directory, you should see the application installation launcher from the .iso image, and be able to try to open/run it with wine. How well it actually works depends on wine. Some Windows games work very well, some don't work at all.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Blackadam1518

  • Full Member
  • ***
  • Posts: 93
Re: a virtual cd/dvd drive
« Reply #4 on: January 13, 2013, 07:21:44 AM »
thank you good sir i'll try the terminal i'm horrible when it comes to entering code lets see how i do  thank you again
Fortress of Solitude

PCLinuxOS KDE 2013
Dell XPS gen 5
Pentium 4 single core 3.20ghz
6gigs DDR2 Ram
Nvidia GeForce 6400 GS
Main Drive is 750gigs
Secondary Drive is 1TB

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10607
  • MLUs Forever!
Re: a virtual cd/dvd drive
« Reply #5 on: January 13, 2013, 09:26:58 AM »
For mounting ISO images there are several GUI options .....  for instance

kde-services will give a right click option
acetoneISO
mountISO
lxisomount (for LXDE)

Whether any of them are suitable for access to games or not I have no idea.


MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline Blackadam1518

  • Full Member
  • ***
  • Posts: 93
Re: a virtual cd/dvd drive
« Reply #6 on: January 13, 2013, 09:40:17 AM »
thank you just i will try that and let you know if any of those can run games
Fortress of Solitude

PCLinuxOS KDE 2013
Dell XPS gen 5
Pentium 4 single core 3.20ghz
6gigs DDR2 Ram
Nvidia GeForce 6400 GS
Main Drive is 750gigs
Secondary Drive is 1TB

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10607
  • MLUs Forever!
Re: a virtual cd/dvd drive
« Reply #7 on: January 13, 2013, 10:33:00 AM »
thank you just i will try that and let you know if any of those can run games

I hope that was just a slip .......  their purpose is to mount the contents of the CD in the PCLOS filesystem so that it becomes accessible ;)

MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT