Andy Allen
2005-Dec-31 13:57 UTC
[Wine] Access to CD ROM drive when running program in Wine
I'm running a (language-learning) program in Wine which requires access to the CD ROM drive, but it appears that it can't find it! How do I tell it how to access the CD ROM drive? Andy
Stefan Leichter
2006-Jan-01 07:21 UTC
[Wine] Access to CD ROM drive when running program in Wine
Am Samstag, 31. Dezember 2005 20:56 schrieb Andy Allen:> I'm running a (language-learning) program in Wine which requires access > to the CD ROM drive, but it appears that it can't find it! How do I tell > it how to access the CD ROM drive? > > AndyHello Andy, you need to create a link in the ~/.wine/dosdevices directory to the directory where you mount the CDROM in, e.g. sle@sle3:~> ls -l .wine/dosdevices/ [snip] lrwxrwxrwx 1 sle users 12 2005-11-26 18:36 r: -> /media/cdrom lrwxrwxrwx 1 sle users 17 2005-11-26 18:36 w: -> /media/dvd Bye Stefan