Advertisement
Guest User

Untitled

a guest
Nov 19th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1.  
  2. Re: [SOLVED] How to mount an iso image in wine (to act as a cd)
  3.  
  4. I was trying to get rosetta stone to work in wine and could not get the ISO of the language disk to be recognized by the rosetta stone program or by wine in general.
  5.  
  6. mkdir /mnt/virtual
  7.  
  8. mount -o loop /path/to/languageCD.iso /mnt/virtual
  9.  
  10. go to the wine configuration window (Applications > Wine > Configure Wine)
  11.  
  12. Go to the Drives tab
  13.  
  14. Click Add...
  15.  
  16. Set the path to /mnt/virtual
  17.  
  18. click Show Advanced button
  19.  
  20. set Type: cdrom
  21.  
  22. thats it. launch your app and it should recognize your mounted iso as a cd
  23.  
  24. for me the key was setting that drive type to cdrom in the wine cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement