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.