Unmounting an NFS shared resource from a drive letter
Applies To: Windows 7, Windows Server 2008 R2
To unmount an NFS shared resource from a drive letter using the command line
Open a command prompt (this does not need to be an elevated command prompt).
At the command prompt, type:
umount [–f] {–a | Drive}
Argument Description –f
Forces the unmount of a Network File System (NFS) network drive.
–a
Unmounts all NFS network drives.
Drive
The drive letter that is mapped to an NFS shared resource.
Note
To view the complete syntax for this command, at a command prompt, type: umount /?