Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
36c4fa47
Commit
36c4fa47
authored
Aug 17, 2004
by
Fergal Daly
Committed by
Alexandre Julliard
Aug 17, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document dosdevices/unc mapping.
parent
b255c117
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
configuring.sgml
documentation/configuring.sgml
+16
-0
No files found.
documentation/configuring.sgml
View file @
36c4fa47
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment