# Unmount the File System (Linux)

## Step One: Check Mount Information

1. Obtain the mount path corresponding to the file system by executing ```df -h```.

   <!-- image-todo -->

## Step Two: Unmount the File System

1. Execute ```umount <mounted_path>```. 


**If there are problems with unmounting the file system, please contact Genesis Cloud technical support in time.**
