[Wine] Re: DVD-Drive mapping in Wine-Config

vitamin wineforum-user at winehq.org
Wed Dec 29 12:24:10 CST 2010


stimzuk wrote:
> How do I map the Drive on IDE1/hdb to D: and the other Drive on IDE2/hdc to E:?


Code:

ln -s /dev/hdb ~/.wine/dosdevices/d::
ln -s /dev/hdc ~/.wine/dosdevices/e::
rm ~/.wine/dosdevices/d:
rm ~/.wine/dosdevices/e:



Note: Two colons is not an error.
However this will map devices themselves, not the actual content. You still need to mount your DVD if you want files to be accessible by Wine.







More information about the wine-users mailing list