Basic concepts
File Storage
Elastic File System, a cloud storage service, provides standard file access APIs (NFS, CIFS) for cloud hosts, Docker containers, and more. It offers unlimited capacity, high performance, multi-client sharing, and high availability.
File system
A file system is a method used by an operating system to organize and manage data stored on physical media.
NFS protocol
The NFS (Network File System) protocol, mainly for Linux and Unix clients, is supported by CFS in its NFS V4.1 version.
SMB/CIFS protocol
The SMB (Server Message Block) protocol, developed by Microsoft for sharing network resources, has a public variant known as CIFS (Common Internet File System) for better Windows client support. CFS currently supports core functionalities of SMB versions 1, 2, and 3.
Mount target
To address users' needs for accessing file systems across different VPCs or classic networks, the system generates dedicated access addresses. Each access address functions as a mount target. Users can specify the mount target's domain name to link the corresponding CFS file system to their local device.
Permission group
Permission groups configure access settings for file systems through different mount targets, including authorized IP addresses, read/write permissions, and other parameters.
