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 ECS.
  2. 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.