Sets the file share mount protocol.
Syntax
fmps share configure <share-name> protocol cifs
fmps share configure <share-name> protocol nfs
fmps share configure <share-name> protocol smbv3
fmps share configure <share-name> protocol webdav
fmps share configure <share-name> protocol securewebdav
Parameters
<share-name>
The name of the file share.
cifs
Specifies the Common Internet File System (CIFS) mount protocol.
nfs
Specifies the Network File System (NFS) mount protocol.
smbv3
Specifies the Server Message Block version 3 (SMBv3) mount protocol.
webdav
Specifies the Web Distributed Authoring and Versioning (WebDAV) mount protocol.
webdav
Specifies the secure WebDAV mount protocol.
Examples
The following example sets the mount protocol to CIFS.
hostname (config) # fmps share configure shareOne protocol cifs
The following example sets the mount protocol to NFS.
hostname (config) # fmps share configure shareOne protocol nfs
The following example sets the mount protocol to SMBv3.
hostname (config) # fmps share configure shareOne protocol smbv3
The following example sets the mount protocol to WebDAV.
hostname (config) # fmps share configure shareOne protocol webdav
The following example sets the mount protocol to secure WebDAV.
hostname (config) # fmps share configure shareOne protocol securewebdav
User roles
Operator and Admin
Command mode
Config
Supported appliances
This command is supported on the following appliances running the specified releases or later:
File Protect: Release 7.7.0. SMBv3 option added in Release 9.0.0.