Uninstall File System (Windows)
NFS
Step One, Check Mount Information
- Use the
mount
command on a windows cloud host to view the mounting status of the NFS file system.
Step Two, Uninstall File System
-
Use the following command to uninstall the NFS file system.
umount Z:
Please replace the disk identifier Z: in the instance with the actual mounted file path.
-
If you have set up automatic mounting tasks, you need to delete the corresponding script and mounted tasks.
a. Delete the mount script, the default script path:C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\auto_mount.bat
.b. Delete the mounted task: Open the Control Panel, click on
System and Security
, and chooseScheduled Tasks
. Click onTask Scheduler Library
, select the plan for automatically mounting the NFS file system, and click Delete.
SMB
-
Use the
net use
command on a windows cloud host to view the mounting status of the SMB file system. -
Use the following command to uninstall the SMB file system
net use Z: /delete