Mount ISO as a virtual CD

HI, i need a way to mount a .iso image as a CD to play a game in wine. I tried the wine way to use the drives directory but i have no success. The only way i had this work in linux was in ubuntu with Gmount-iso, ut in Arch with the gmount-iso from AUR i get an error(command not found, i had loaded the loop module so no idea why is not working. Is there a simple way to use mount and somehow link the folder with /dev or something to appear to be a real CD?

simion314 wrote:
I get this error with cdemu
bash-4.0# cdemu load 0 /media/HUGE/BIG/games/EF2ISOs/Stef2_disk2.iso
ERROR:dbus.proxies:Introspect error on :1.47:/CDEMUD_Daemon: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.51" (uid=0 pid=752 comm="python /usr/bin/cdemu load 0 /media/HUGE/BIG/games") interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination=":1.47" (uid=0 pid=690 comm="cdemud -d -n 1 -c /dev/vhba_ctl -a null "))
ERROR: Failed to load image: org.freedesktop.DBus.Error.UnknownMethod: Method "DeviceLoad" with signature "ias" on interface "net.sf.cdemu.CDEMUD_Daemon" doesn't exist
Thx for dast answer, if cdemu s the answer i will research it more.
I've never seen this error before man. Just to be sure. Did you load the dbus daemon and cdemud afterwards?

Similar Messages

  • Hyper-V snapshots sometimes comes without mounted ISO

    Hello, all.
    We are running an automated tests with Microsoft Test Manager and SCVMM virtual environments. Recently we started to mount ISO images with file collections on VMs (we used to copy them to VMs from a network share, but it was too slow and caused timeouts and
    network share access problems).
    ISO images is being mounted via WMI Hyper-V Provider. The images are located in host's local folders (C:\ISO), which are also network shares being synced with "primary" share with DFS.
    The problem is: sometimes (I'd say in 1 case from 100) a virtual machine doesn't "see" mounted drive like it's ejected. But Hyper-V Manager shows correct "image file" in the VM's settings. Changing it to "None" and back to the
    same image file fixes the problem. 
    Is it a bug in Hyper-V? We even inserted an additional check: after calling WMI we also run dir D:\ to ensure the image is mounted. And it's there. And then it doesn't...
    Any suggestions other than re-mount an image every time it's needed :-) ?

    Hi,
    As the issue is specific with Hyper-V , you may contact Microsoft Hyper-V Forum  for further assistance on the issue:
    Contact - Microsoft Hyper-V Forum:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverhyperv
    Please revert for any clarification on this or any Windows issue. We will be glad to help you.
    Roger Lu
    TechNet Community Support

  • Feature request: Include tool to mount disk images as virtual drives

    Such a tool has been put out by Microsoft before, but as new versions of Windows come they break compatibility as the driver needs to change with the version. If you become dependent on such a feature (I don't want to use up writable disks if I don't have to) you tend to need to rely on some adware laced software until something better comes around, and probably has a few problems. (Like giving no error message when hard drive images attempt to load, which I have to find another program for.) Not to many people need it, but those that do just require that it exist for their version of Windows and that they can find it fairly easily.

     
    Gordon_Ryan said:
    Can't help with mounting ISOs but have you noticed the ability to burn ISOs?
    Gordon
    www.longneckconsulting.com
    I have indeed, Gordon.
    Thanks.
    Adelino Araujo said:
    Just use the tool from Microsoft for XP.
    This is from the readme.txt:
    1. Copy VCdRom.sys to your %systemroot%\system32\drivers folder.
    2. Execute VCdControlTool.exe
    3. Click "Driver control"
    4. If the "Install Driver" button is available, click it. Navigate to the %systemroot%\system32\drivers folder, select VCdRom.sys, and click Open.
    5. Click "Start"
    6. Click OK
    7. Click "Add Drive" to add a drive to the drive list. Ensure that the drive added is not a local drive. If it is, continue to click "Add Drive" until an unused drive letter is available.
    8. Select an unused drive letter from the drive list and click "Mount".
    9. Navigate to the image file, select it, and click "OK". UNC naming conventions should not be used, however mapped network drives should be OK.
    The donwload link is http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe
    And YES! It works on Windows 7! Can you believe that?
    Adelino Araujo
    Okay, more downloading to do. I will test it on the 64 bit version.
    Charles

  • SCVMM R2 Hangs on removing vmguest.iso from the virtual DVD drive

    In addition to dealing with the "INCOMPLETE VM CONFIGURATION" (bug)  in SCVMM R2 (which is cleared only with a complete reinstall of the software and database), I have come across a new problem.
    1.  Find a machine with vmguest.iso in the virtual dvd drive.
    2.  Change the drive to "No Media"
    3.  Click "OK"
    SCVMM HANGS.

    Hi Sir,
    Sorry for the delay .
    "SCVMM Hangs " happens on all VMs ?
    Any operation of VM performed in VMM  will case this issue ?
    Did you install newest update rollup for  VMM server ?
    As for this issue , you may try to remove that hyper-v host then re-add it into VMM to check the result .
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Mount iso image

    Hi,
    I wonder how to mount iso image on arch. mount -o loop image.iso /mnt/loop works perfect on slack, but not on arch. i tried  mount -o loop=image.iso /mnt/loop, but it asks /mnt/loop to be on fstab. I entered /dev/loop/0           /mnt/loop iso9660   ro,user,noauto,unhide   0      0 line on fstab, but there error "ioctl: LOOP_SET_FD: Inappropriate ioctl for device".

    # mount -o loop MapleSoft Maple 9.01.iso /mnt/loop
    mount: Not a directory
    # mount -o loop=MapleSoft Maple 9.01.iso /mnt/loop
    mount: can't find /mnt/loop in /etc/fstab or /etc/mtab
    After adding "/dev/loop/0           /mnt/loop iso9660   ro,user,noauto       0      0" to fstab:
    # mount -o loop=MapleSoft Maple 9.01.iso /mnt/loop
    ioctl: LOOP_SET_FD: Inappropriate ioctl for device
    It is very strange because mount -o loop MapleSoft Maple 9.01.iso /mnt/loop always worked perfect on other distros...

  • Self-service users can mount iso but cannot unmount

    I have 3 tenant groups that can mount iso files to vms located in their clouds (via App Controller 2012 SP1) from a library share but cannot unmount them.  Actions granted to them are:  Deploy, Deploy (from template only), local administrator,
    remote connection, shut down, start, and stop. 
    The library share was originally shared on the server to everyone as read, adminstrators as full control.

    Ok this is not a great solution IMHO.  I believe this functionality needs to be split out.
    The solution for me was granting Deploy (from template), local admin, remote connection, remove, shut down, start, and stop.  Deploy allows mounting of the iso and remove allows unmounting.  Remove also allows vms to be deleted if they are off!!! 
    I can see the thinking here...self-service tenants with the capability to deploy new vms should also be able to remove them (within their tenant group and fabric space).  However, one size does NOT fit all.  These functions need to be split out for
    additional fine grain control. 
    ex:  I would love to allow certain application personnel to mount ISOs but NOT to delete vms. 

  • Image to have mounted .ISO image?

    I'd like to use a mounted ISO image (a live image on DVD). I was able to create the VBox image, of course, and if I created a disk it was okay to import, but after import the ISO is no longer mounted. Where does the template live? Is it something I can edit the file on to re-add the ISO before cloning?

    This use case has not been covered with VDI 3. We expect more or less to import a ready to go image, that can be directly used as desktop or replicated as template. The mounting of the DVD will disappear after import. Something to work on for a later release.
    -Dirk

  • Can I mount .iso images directly into my file system ?

    Hello,
    I would like to install new Solaris releases as they are released, but I would rather not burn a set of 5 CDs for every new release just to update my system.
    I heard there is an 'upgrade install' in the Solaris installer, that will try to preserve my existing system, while installing a new Solaris release. Is it working ?
    I would like to download the .iso images, mount them during install, and use them like this to upgrade my system. Is it possible ?
    Thank you,
    Timothy Madden

    Oh, I meant I have looked on the man pages and on docs.sun.com and I found both tools as you said. But I did not upgraded already, that's going to take a while.
    First I need to make more room and I am still waiting answers on some other topic I started about physical disc slices.
    Live Upgrade looks like a lot of work, there are many search results about it and I would simply go for mounting .iso images after booting the miniroot with GRUB and then starting the installer. I am not 100% sure I can start the installer without booting with a real CD-ROM, but I think it should work.
    Timothy Madden,
    Romania

  • Disk utility won't MOUNT .iso images to disk?

    For some reason Disk Utility started only showing a "to erase a rewritable cd or dvd so you can write it again" screen when i click on my dvd drive. I am trying to Mount a .iso file to a disk, It will let me "burn" the files to a disk, but that does me no good. I don't know what i did to mess this up, but i can't seem to figure out how to fix it. I downloaded Virtual DVD drive a while ago and i think it screwed it up. I am trying to mount a .iso file to a dvd to make a bootable disk, does anyone know what my problem might be?

    Don't use Disk Utility for this. Use DiskImageMounter, which will launch automatically when you double click the .iso file. If it doesn't, right click the .iso, select Open With, and choose DiskImageMounter.

  • Problems mounting ISOs on Windows Vista SP2

    I've been trying for the last few days to try to mount and ISO through Daemon Tools and Magic Disc to try to run a setup of a game. However, whenever I get into the autorun of the disc and click the setup button, all I get is a command prompt line for a split second and then nothing. I've tried mounting this disc on my PC running Windows Vista and it installed perfectly, no trouble at all. It also seems like Daemon Tools on my Mac is breaking some of the files, because on my MBP I noticed that some of the pictures are corrupt, but when I run it on my PC those pictures are fine and it's the same ISO file!
    Does anyone know a remedy for this? I'm running Windows Vista SP2 on a 17" MBP Unibody 2.8GHz. Thank you!

    Solving MSVCR80 issue and Windows iTunes install issues.
    Thanks to user turingtest2 for this solution.
    Solving MSVCR80 issue and Windows iTunes install issues.
    If the above doesn’t do the trick entirely, then use the instructions in the following as it applies to the version of Windows you are using:
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    You may be required to boot into safe mode to complete the folder deletion process.

  • Mount ISO in OS X?

    Hi folks. Just wondering if there is a way to mount and ISO image in OSX. If not, is there a program that can decompress it? Thanks.

    I have some Linux ISOs on my Mac. If I double-click on them in the finder, they mount and open. Doesn't work for your ISO?
    (Perhaps you could clarify about your need to "decompress" the ISO.)

  • Since Mavericks, I can't mount ISO files on my Mac over a network

    Since upgrading to OS X Mavericks, when I want to mount an ISO file on my Mac from my Windows 8.1 PC, I get an error saying it can't mount it. I have to copy the file to the PC to mount the ISO file.
    Is this due to how Mavericks switched from AFP/SMB to SMB2? Is there a way to fix this?

    Same issue here.  Anyone have a fix for this - how to open an iso file in Mavericks?

  • Mounted .iso file shows in Disk Utility, but inaccesible through finder

    Hello.
    I have an .iso file that used to mount flawlessly, but now when double clicked shows only in Disk Utility, while remaining inaccesible otherwise (finder hierarchy starting from computer should show all mounted drives, but this one is missing). Disk Utility doesn't find any errors. Is there any other way to find out what's wrong?
    thanks

    Do know the name of any file that is on the iso image? If so, do a Spotlight search on the file name and see if it show up. If it does, Command click on the result in the Spotlight list and see if the enclosing folder opens in Finder.
    Francine
    Francine
    Schwieder
    PS--Forgot to aske: when you said "shows in Disk Utility" I'm assuming it is shown not just as existing, but as being mounted.
    Message was edited by: Francine Schwieder

  • Can't Mount ISO Files

    Hello.
    Here's my problem.
    Downloaded two zip files, one containing a file ending in "iso.1", the other one "iso.2". Deleted the numbers and left the files with "iso" endings.
    Neither using Disc Utility, nor Toast Titanium, nor burning discs with those files and inserting them back into the computer could help mount them.
    As the result, there is either a popup window saying no mountable files were found, or the mounted file contains a large audio track (it's supposed to be software!)
    Any solutions, please?
    PowerBook G4 12-inch   Mac OS X (10.3.9)  

    I'm slightly confused about the circumstances under which you obtained these two files.
    It sounds like you downloaded two different .zip files from some source, and unarchiving one of them resulted in a .iso.1 file, and the other resulted in a .iso.2 file.
    And they're supposed to contain 1 piece of software between the two of them???
    OK... in that case, I've got a couple suggestions:
    1. first, try putting the .1 and .2 back and opening the first one in DiskUtility. If disk utility is disinclined to open it, launch disk utility, then drag the file to it's dock icon while holding apple-option (or something like that)
    2. second, try concatenating the files. that would be wierd, but it's worth a try... to do this, open a new terminal window, and then type:
    "cat "
    (don't type the quotes in), then drag the first file (the one originally named .iso.1), then hit space, then drag in the second file (when you drag a file into the terminal, it will automatically fill in it's path in the terminal. if you're comfortable in the terminal and know what I mean, you can just type the path yourself.) then type:
    ">~/Desktop/newtestisofile.iso" (leave out the quotes again) and finally hit return. This will put the two files together into 1 on the desktop which will be called newtestisofile.iso, which you should try opening in diskutility
    3. in the terminal again, type "file " and then drag in the first file, and hit return. post the output here so we can see it. do the same thing with the second file
    4. just give us a link for this download, so that we can try directly, rather than having to tell you to try stuff.
    iMac 350MHz (10.4), iBook 300MHz (10.2)   Mac OS X (10.4.2)  

  • Unable to mount iso file: mountpoint doesn't seem to exist?

    When I issue the command: sudo mount -o loop -t iso9660 /path/to/iso /mnt/point
    It always says that /mnt/point doesn't exist. I've tried using /mnt/iso (that I made) or /media or a directory in my home directory.
    If it makes a difference, I'm using systemd and KDE.

    pogeymanz wrote:
    I did, in fact create the directories I tried with mkdir /mnt/point
    Hmm. By having a loop device available, do you mean that /dev should have loop in it? Because it doesn't. I guess I need to recompile my kernel and make sure to enable loop devices?
    If I do ls /dev | grep loop, I just see 'loop-control', whatever that is.
    /dev/loop-control is a device that creates loop devices on demand. On first access, the kernel will reach into userspace and modprobe the loop module (if needed). If the module hasn't been loaded yet and you upgraded your kernel (deleting all your modules), you'll get the behavior you see.

Maybe you are looking for

  • E-mails on iPhone 5 Won't Delete

    So when I open my mail and I read it over and everything, I delete them. Then when I come back later to check my mail the same e-mails are there and I keep trying to delete them but fo some reason they won't disappear. Now my inbox is piling up with

  • Time Machine not opening after Snow Leopard 10.6.3 install

    The install from Leopard 10.5.8 seemed to go well but I'm unable to open Time Machine now...I get this error message: The operation can't be completed An unexpected error occurred (error code -43)

  • Audigy 2 NX Recording Probl

    I am using Sound Blaster Audigy 2NX and I am trying to make CD's from my LP collection. My computer is running Windows ME and in case it's part of the problem, my speakers are Altec Lansing model# AC2W. I am having two problems. The first problem is

  • JAWS reader not reading Project Description in Captivate 7

    Hi, all-- I've created a short Captivate 7 movie (htm/swf) that I am testing in JAWS 13.  While JAWS reads the Project Title (which ends up as the <title> tag text in the HTML - that's what JAWS reads), it is not reading the Project Description.  I w

  • IS CS5.5 Worth It?

    Hi Guys We're a micro-SME and went through a lot of financial pain last year investing in upgrading our equipment for CS5 and then expense of buying the programme, principally to work with AE, PPro, PS, Ai and In. I thought we were future proofed for