diff --git a/documentation/configuring.sgml b/documentation/configuring.sgml index 7468f3ab1a2..66137ff30d2 100644 --- a/documentation/configuring.sgml +++ b/documentation/configuring.sgml @@ -959,6 +959,22 @@ ln -s /dev/ttyS0 com1 ln -s /dev/lp0 lpt1 + + Windows shares can are mapped into the unc/ + directory so anything trying to access + \\machinename\some\dir\and\file will look in + ~/.wine/dosdevices/unc/machinename/some/dir/and/file. + For example, if you used Samba to mount + \\machinename\some on + /mnt/smb/machinename/some then you can do + + + ln -s /mnt/smb/machinename/some unc/machinename/some + + + to make it available in wine (don't forget to create the unc + directory if it doesn't alrady exist). +