Updated on 2026-01-13 GMT+08:00

FAQs

Can I Mount a Parallel File System to Multiple Clients at the Same Time?

Yes.

Can Multiple Parallel File Systems Be Mounted to the Same Client?

Yes. Each mounting process is independent.

After I Use obsfs to Mount My Parallel File System to an ECS, Is the Traffic Consumed by My File System Measured as OBS Traffic or ECS Traffic?

Accessing the ECS from your mounted file system will generate both OBS traffic and traffic of the ECS elastic network interface. If OBS is accessed from a public network, traffic of elastic IP address (EIP) bound to the ECS is also generated.

Traffic of the ECS elastic network interface is free. For details about OBS billing, see OBS Billing Overview. For details about EIP billing, see EIP Billing Overview.

How Can Other Users Access a Mounted Parallel File System?

Generally, only the user who mounted the parallel file system has access.

To authorize other users the access to the mount directory, you can specify the allow_other parameter in the mount command, for example:

./obsfs filesystem001 /mnt/mount_path/ -o url=obs.ap-southeast-1.myhuaweicloud.com  -o passwd_file=/etc/passwd-obsfs -o big_writes -o max_write=131072 -o allow_other -o use_ino

What If the libfuse or OpenSSL Version in My Runtime Environment Doesn't Meet Requirements?

  • obsfs supports libfuse 2.9.7, 2.9.8, or 2.9.9. If you have a different libfuse version installed, remove it and install the correct version by referring to libfuse Installation Guide.
  • To check the libfuse version, use the system's built-in version query command or run the following command to locate libfuse.so:
    find / -name libfuse.so*