Unmount the File System (Linux)
Step One: Check Mount Information
-
Obtain the mount path corresponding to the file system by executing
df -h
.
Step Two: Unmount the File System
- Execute
umount <mounted_path>
.
If there are problems with unmounting the file system, please contact XXXCloud technical support in time.