Skip to main content
Version: FCP 25.11

Mount Management

Glossary

  • Mount: The operation of connecting cluster nodes to a file system. After a mount is created, compute nodes can access the data in the file system.

  • Mount Point: The entry directory on a cluster node where the file system is mounted.

  • Shared Directory: The directory exported (shared) by the file system.

  • Source Address: The file system IP address plus the shared directory.

  • Global/Partition Mount: Global mount records apply to the whole partition; partition mounts apply only to a specific partition. You can upgrade a partition mount to a global mount, or convert a global mount to a partition mount.

    • Example:

      Source addressShared directoryMount pointProtocolMount options
      Mount record192.168.1.1:/fastone/fastone/mntNFSv3,lock

    Multiple mount records are referred to as a mount list.

Permissions

  • All users can create mounts.
  • Mounts created by regular users are visible only to themselves.
  • Administrators can view mounts created by all users.

Create a Mount

Go to Data Center > Storage Service > Mount Management, click Create Mount, and enter:

  • Name: Required. Auto-generated; you can modify it. The name must be globally unique.
  • Source Address: Mount address, for example 192.168.1.1:/fastone.
  • Mount Point: Required. Local directory on the node, for example /fastone.
  • Protocol: Only NFS is supported currently.
  • Mount Options: Optional. Starts with v3 by default and can be modified.

Mount List

Field descriptions:

  • Name: Mount record name.
  • Source Address: Source address of the mount record.
  • Mount Point: Mount point information.
  • Mount Options: Mount options information.
  • Username: The user who created this mount record.
  • Status:
    • In Use: Selected by a cluster that has not been released.
    • Not Used: Not selected by any cluster, or previously selected by a cluster that has been released.
  • Actions:
    • Delete: You cannot delete a mount that is In Use. Only mounts in Not Used status can be deleted.

Access Control

See Permissions.