Commit 36c4fa47 authored by Fergal Daly's avatar Fergal Daly Committed by Alexandre Julliard

Document dosdevices/unc mapping.

parent b255c117
...@@ -959,6 +959,22 @@ ln -s /dev/ttyS0 com1 ...@@ -959,6 +959,22 @@ ln -s /dev/ttyS0 com1
ln -s /dev/lp0 lpt1 ln -s /dev/lp0 lpt1
</programlisting> </programlisting>
</para> </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>
<sect2> <sect2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment