Document dosdevices/unc mapping.

This commit is contained in:
Fergal Daly 2004-08-17 22:10:11 +00:00 committed by Alexandre Julliard
parent b255c11787
commit 36c4fa4706
1 changed files with 16 additions and 0 deletions

View File

@ -959,6 +959,22 @@ ln -s /dev/ttyS0 com1
ln -s /dev/lp0 lpt1
</programlisting>
</para>
<para>
Windows shares can are mapped into the <filename>unc/</filename>
directory so anything trying to access
<filename>\\machinename\some\dir\and\file</filename> will look in
<filename>~/.wine/dosdevices/unc/machinename/some/dir/and/file</filename>.
For example, if you used Samba to mount
<filename>\\machinename\some</filename> on
<filename>/mnt/smb/machinename/some</filename> then you can do
<programlisting>
ln -s /mnt/smb/machinename/some unc/machinename/some
</programlisting>
to make it available in wine (don't forget to create the unc
directory if it doesn't alrady exist).
</para>
</sect2>
<sect2>