Virtual DVD/CD Drive

Discussion in 'Linux' started by simbady, Sep 22, 2008.

  1. simbady

    simbady

    Joined:
    Sep 22, 2008
    Messages:
    3
    Likes Received:
    0
    Hi, i was wondering if anyone knows of a program that will give you a Virtual Cd/DVD Drive? I know there are programs like Daemon tools for Windows but is there any for Linux Linpus?
     
    simbady, Sep 22, 2008
    #1
  2. simbady

    tot31

    Joined:
    Sep 10, 2008
    Messages:
    64
    Likes Received:
    0
    Location:
    Kuala Lumpur, Malaysia
    tot31, Sep 22, 2008
    #2
  3. simbady

    Grim Squeaker

    Joined:
    Aug 19, 2008
    Messages:
    410
    Likes Received:
    0
    In addition, linux can read iso files directly. Just create a directory to mount the iso under, and then mount it there. Like e.g. this:

    Code:
    mkdir /mnt/iso
    mount -o loop filename.iso /mnt/iso
     
    Grim Squeaker, Sep 23, 2008
    #3
  4. simbady

    simbady

    Joined:
    Sep 22, 2008
    Messages:
    3
    Likes Received:
    0
    Thanks very muck i will try them. Havent got my One yet but i will have tmoro cant wait :)
     
    simbady, Sep 23, 2008
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.