Mount CFS File System When Purchasing New BCC
This document explains how to mount a CFS file system while purchasing a BCC.
Prerequisites
- The file system has been created. For details, refer to: Create File System.
- Add a mount target. For specific operations, please refer to Add Mount Target.
Usage restrictions
Currently, the following restrictions apply for configuration for mounting CFS file systems to newly purchased BCC instances:
- Mount directory: Only the root directory of the CFS file system is supported; subdirectories cannot be mounted.
-
Mount count: Support mounting up to 5 CFS file systems
Note: If the current BCC configuration for mounting CFS file systems cannot meet service needs, manually mount the CFS file system after BCC creation. For specific operations, please refer to: Mounting and Unmounting NFS CFS for a Single BCC , Batch Mounting and Unmounting NFS CFS for Multiple BCCs , Mounting and Unmounting SMB CFS for a Single BCC , Mounting and Unmounting SMB CFS for Windows Systems .
Mount an CFS file system
- Sign in to the Baidu Cloud Compute (BCC) console.
- Create a BCC instance. For steps, refer to Creating an Instance in the Purchase Page.
- Add the cloud file system through the storage module on the custom purchase page.

- Detailed configuration parameter
| Configuration parameter | Configuration content |
|---|---|
| File system | |
| Domain name of a mount target | |
| Mount directory/drive letter | Access the CFS local path or drive letter from the BCC. For instance, use /mnt/cfs for Linux systems and z for Windows systems. |
| Protocol type |
Verify mount results
Linux system
- Sign in to the Baidu Cloud Compute (BCC) where the CFS file system is mounted.
- Check if the mount is successful using the following command:
1df -h
If the following information is returned, it indicates the mount is successful

- Once mounted successfully, the CFS file system can be accessed and used like a regular local directory on the BCC.
Windows system
- Sign in to the Baidu Cloud Compute (BCC) where the CFS file system is mounted.
- Use the following commands in the Windows Command Line or PowerShell to view mounted file systems.
1net use
Alternatively, you can open Windows Explorer to check the drive letters in the network locations.

- Once mounted successfully, the CFS file system can be accessed and used like a regular local directory on the BCC.
