Difference between revisions of "StableBit DrivePool Q7420208"
From Covecube - Wiki
Christopher (talk | contribs) (Created page with "Disable SMB caching ==When to Use== If the pool is not properly refreshing file lists when adding content to the pool. ==Steps== #On the client having the issue , run the...") |
Christopher (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
#On the client having the issue , run the following commands from an elevated (administrative) command prompt: | #On the client having the issue , run the following commands from an elevated (administrative) command prompt: | ||
− | #* "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\LanManWorkstation\Parameters /v DirectoryCacheLifetime / | + | #* "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\LanManWorkstation\Parameters /v DirectoryCacheLifetime /t REG_DWORD /d 0" |
− | #* "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\LanManWorkstation\Parameters /v FileInfoCacheLifetime / | + | #* "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\LanManWorkstation\Parameters /v FileNotFoundCacheLifetime /t REG_DWORD /d 0" |
+ | #* "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\LanManWorkstation\Parameters /v FileInfoCacheLifetime /t REG_DWORD /d 0" | ||
+ | |||
# Reboot the system | # Reboot the system |
Latest revision as of 17:16, 28 October 2016
Disable SMB caching
When to Use
If the pool is not properly refreshing file lists when adding content to the pool.
Steps
- On the client having the issue , run the following commands from an elevated (administrative) command prompt:
- "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\LanManWorkstation\Parameters /v DirectoryCacheLifetime /t REG_DWORD /d 0"
- "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\LanManWorkstation\Parameters /v FileNotFoundCacheLifetime /t REG_DWORD /d 0"
- "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\LanManWorkstation\Parameters /v FileInfoCacheLifetime /t REG_DWORD /d 0"
- Reboot the system