Table of ContentsView in Frames

Disabling BranchCache on an existing CIFS share

You can disable BranchCache on an existing CIFS share by changing the client-side caching option using the cifs shares -change command. To disable BranchCache caching, you can change the client-side caching option to either -no_caching or -manual_caching.

Step

  1. Disable BranchCache on an existing CIFS share, by entering the following command: cifs shares -change share_name [-no_caching | -manual_caching]
    share_name specifies the name of the CIFS share.

    For more information, see the na_cifs_shares(1) man page.

    Example

    The following command disables BranchCache on an existing CIFS share named projects:

    cifs shares -change projects -no_caching