Unmount File System (Linux)
Step One: Check Mount Information
-
Obtain the mount path corresponding to the file system by executing
df -h
(the path displayed in the column of the mount point, such as/mnt
, is the current mount path<mounted_path>
of the upfs file system).
Step Two: Unmount File System
- Execute
umount <mounted_path>
. Taking the above step as an example, the command to be executed for unmounting isumount /mnt
.
If there are problems with unmounting the file system, please contact UCloud Global technical support in time.