Unmount File Systems (Linux)
NFS
Step One, Check Mount Information
- Use the
df -hcommand on the linux cloud host to check the NFS file system mount situation.
Step Two, Uninstall File System
-
Use the following command to uninstall the NFS file system.
umount /dataPlease replace the /data path in the example with the actual mount file path.
SMB
Step One, Check Mount Information
- Use the
df -hcommand on the linux cloud host to check the SMB file system mount situation.
Step Two, Uninstall File System
-
Use the following command to uninstall the SMB file system.
umount /mediaPlease replace the /media path in the example with the actual mount file path.