Main Menu

Search

LINUX: COMMAND TO UNMOUNT SHARES FORCIBLY

Following is command to umount all NFS shares forcibly.

umount -all -t nfs

To unmount specific NFS share forcibly use below command.

umount -f -l <SHARENAME>

 


Products to which Article Applies

All Linux Operating System 

Search Keywords: linux unix mount umount unmount share nfs shares shared file system filesystem force forcibly command commands

Article Author: Tarun Boyella

 

No comments:

Post a Comment