Updated on 2023-05-29 GMT+08:00

Purchasing and Mounting an SFS Disk

  1. Log in to the HUAWEI CLOUD management console, click the service list icon, and choose Storage > Scalable File Service.

  2. Create a file system and record the mount address.

  3. Log in to the ECS server and create the mkdir /db2sfs folder.

  4. Mount the /db2sfs directory to SFS.

    echo "sfs-nas1.***:/share-cd3dc3c2 /db2sfs nfs vers=3,timeo=600,nolock 1 2" >>/etc/fstab

    Run the mount -a command to mount the directory.

  5. Run the df -h command to view the mounting result.