Last change
on this file since 105145 was 99797, checked in by vboxsync, 21 months ago |
Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
885 bytes
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="ts_win-guest-shared-folders-access-delay">
|
---|
4 | <title>Long Delays When Accessing Shared Folders</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | The performance for accesses to shared folders from a Windows
|
---|
9 | guest might be decreased due to delays during the resolution of
|
---|
10 | the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> shared folders name service. To fix these
|
---|
11 | delays, add the following entries to the file
|
---|
12 | <filepath>\windows\system32\drivers\etc\lmhosts</filepath> of
|
---|
13 | the Windows guest:
|
---|
14 | </p>
|
---|
15 | <pre xml:space="preserve">255.255.255.255 VBOXSVR #PRE
|
---|
16 | 255.255.255.255 VBOXSRV #PRE</pre>
|
---|
17 | <p>
|
---|
18 | After doing this change, a reboot of the guest is required.
|
---|
19 | </p>
|
---|
20 | </body>
|
---|
21 |
|
---|
22 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.