Unmounting an NFS shared resource from a drive letter

Applies To: Windows Server 2003 R2

To unmount an NFS shared resource from a drive letter using the command line

  1. Open a command prompt (this does not need to be an elevated command prompt).

  2. At a command prompt, type the following:

    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 /?