You can access a file share from a host client. What to read next Access NFS File ShareYou can access a file share from a host client, using an operating system that communicates with NFS file systems. For RHEL-based Linux distributions, NFS 4.1 support is available in RHEL 7.3 and CentOS 7.3-1611 running kernel 3.10.0-514 or later. For Debian based Linux distributions, NFS 4.1 support is available in Linux kernel version 4.0.0 or later. All NFS clients must have unique hostnames for NFSv4.1 to work. You can use the Linux mount command with the Primary IP to mount a vSAN file share to the client. For example: mount -t nfs4 -o minorversion=1,sec=sys <primary ip>:/vsanfs/<share name>. NFSv3 support is available for RHEL-based and Debian based Linux distributions. You can use the Linux mount command to mount a vSAN file share to the client. For example: mount -t nfs vers=3 <nfsv3_access_point> <localmount_point>. Access NFS Kerberos File ShareA Linux client accessing an NFS Kerberos share should have a valid Kerberos ticket. Access SMB File ShareYou can access an SMB file share from a Windows client. Parent topic: vSAN File Service