StableBit DrivePool Q7420208

From Covecube - Wiki
Revision as of 13:16, 28 October 2016 by Christopher (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Disable SMB caching

When to Use

If the pool is not properly refreshing file lists when adding content to the pool.

Steps

  1. 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"
  1. Reboot the system