forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Wei, Hongmin <weihongmin1@huawei.com> Co-committed-by: Wei, Hongmin <weihongmin1@huawei.com>
3.8 KiB
3.8 KiB
Step 3: 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 the 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.
- Under Computing, click Elastic Cloud Server to switch to the ECS console.
- Log in to the ECS.
- Run the following command:
umount Local path
Local path: Local path used to mount the file system on the ECS, 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.
- Under Computing, click Elastic Cloud Server to switch to the ECS console.
- Log in to the ECS.
- Right-click the file system to be unmounted and choose Disconnect.
- If the mounted file system does not exist in the network location anymore, the file system is successfully unmounted.
Parent topic: Getting Started