Skip to main content

Terms

No.TermDescription
1file systemA place where files are stored. A file system can be mounted on a compute node by using a mount target. The data and metadata in the file system are stored in the traditional directory tree structure. A file system supports simultaneous access from hundreds of compute nodes for data sharing and highly concurrent read and write operations.
2storage planA billing method for General-purpose NAS file systems. This billing method allows you to plan your NAS resources and enjoy discounts.
3mountThe process to connect a compute node to a NAS file system. After a NAS file system is mounted on a compute node, the compute node can access data in the file system.
4mount targetA connection point of a NAS file system in the classic network or a VPC. Each mount target is displayed as a domain name.
5permission groupA group that is used to configure the access permissions of a mount target. You can add rules to a permission group to specify the IP addresses and the corresponding read and write permissions on the file system.
6Capacity NASA type of General-purpose NAS file systems. Capacity NAS file systems are applicable to scenarios that require high cost efficiency and large capacity.
7Performance NASA type of General-purpose NAS file systems. Performance NAS file systems are applicable to scenarios that require high concurrency and high throughput.
8IA storage mediumA low-cost data storage pool for General-purpose NAS file systems. IA storage media are suitable for storing data that is accessed less than three times per month.
9Network File System (NFS)A software protocol that is used to mount a NAS file system on a compute node. The NFS protocol is applicable to Linux clients and most containers.
10Server Message Block (SMB)A software protocol that is used to mount a NAS file system on a compute node. The SMB protocol is applicable to Windows clients and Windows containers.
11POSIX-based APIsA set of standard interfaces that are used to access files in a Linux operating system. You can call the POSIX-based APIs by using a programming language in applications to manage files.