forked from docs/doc-exports
Reviewed-by: Miskanin, Jan <jan.miskanin@t-systems.com> Co-authored-by: lizaoxu <lizaoxu@huawei.com> Co-committed-by: lizaoxu <lizaoxu@huawei.com>
3.7 KiB
3.7 KiB
Unmount a File System
If a file system is no longer used and needs to be deleted, you are advised to unmount the file system and then delete it.
Prerequisites
Before unmounting a file system, stop the process and read/write operations.
Linux OS
- Log in to the management console using a cloud account.
- Log in to the management console and select a region and a project.
- Choose Compute > Elastic Cloud Server to go to the ECS console.
- Log in to the ECS.
- Run the following command:
umount Local path
Local path: An ECS local directory where the file system is mounted, for example, /local_path.
Windows OS
- Log in to the management console using a cloud account.
- Log in to the management console and select a region and a project.
- Choose Compute > Elastic Cloud Server to go to the ECS console.
- Log in to the ECS.
- Right-click the file system to be unmounted and choose Disconnect.
- If the file system disappears from the network location, it has been unmounted.
Parent topic: Getting Started

