Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. umount -f -l /mnt/myfolder
  2.  
  3. ifconfig eth0:nfstmp 11.22.33.44 netmask 255.255.255.255
  4. umount -l /mnt/deadnfsmount # -l or -f or whichever that gets the job done
  5. ifconfig eth0:nfstmp down
  6.  
  7. $ mount [...] -o nfsvers=3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement