On Sun, 13 Nov 2005 19:33:46 +0100, Brian Vincent brian.vincent@gmail.com wrote:
On 11/13/05, Peter Berg Larsen pebl@math.ku.dk wrote:
I am missing the idear behind how devices are suppose to work.
Wine User Guide section on that:
http://www.winehq.com/site/docs/wineusr-guide/config-wine-main#AEN265
If any of that documentation is unclear, let me know and I'll rewrite it to make it better.
-Brian
I usually cd to ~/.wine/dosdevices
ln -s /mnt/dvd h:
to add my dvd burner to install stuff from.
bash-3.00#ls -ail total 8 410764 drwxr-xr-x 2 wino users 4096 Nov 13 18:36 . 410726 drwxr-xr-x 9 wino users 4096 Nov 13 19:21 .. 410923 lrwxrwxrwx 1 wino users 16 Nov 13 18:30 c: -> /home/wino/.wine 410924 lrwxrwxrwx 1 wino users 11 Nov 13 18:30 d: -> /home/wino/ 410928 lrwxrwxrwx 1 wino users 8 Nov 13 18:36 h: -> /mnt/dvd
Does the example make it clearer?
HTH