0 out of 4 rated this helpful - Rate this topic

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
  1. Open a command prompt (this does not need to be an elevated command prompt).

  2. 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.

    noteNote
    To view the complete syntax for this command, at a command prompt, type: umount /?

Additional references

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.