Updated on 2024-11-04 GMT+08:00

Unmounting a 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 console using a cloud account.

    1. Log in to the console and select a region and a project.
    2. Choose Computing > Elastic Cloud Server to go to the ECS console.

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

    umount Local path

    Variable 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.