Hi, can you help me please to map my both DVD Drives to D: and E: One of my DVD Drive ist attached to IDE1/hdb(slave) and the other DVD Drive is attached to IDE2/hdc(master). How do I map the Drive on IDE1/hdb to D: and the other Drive on IDE2/hdc to E:? Thank you
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.