Updated on 2025-07-22 GMT+08:00

Unmounting an SFS Turbo File System

If an SFS Turbo file system is no longer required, you can unmount it and then delete it.

Prerequisites

Stop the process and read/write operations before you unmount a file system.

Linux OS

  1. Log in to the ECS.
  2. Run the following command:

    umount <local-path>

    <local-path> is an ECS local directory where the file system is mounted, for example, /local_path.

    Before running the umount command, stop all read and write operations related to the SFS Turbo file system and exit from the local path. Or, the unmounting will fail.

Windows OS

  1. Log in to the ECS.
  2. Right-click the file system you want to unmount and choose Disconnect.

    Figure 1 Unmounting

  3. If the file system disappears from the network location, it has been unmounted.