Advertisement
kromm77

LINUX - WINDOWS - Mount shared directory

Mar 7th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. From https://blogs.msdn.microsoft.com/wsl/2017/04/18/file-system-improvements-to-the-windows-subsystem-for-linux/
  2.  
  3.  
  4. Mounting network locations
  5. When you wish to mount a network location, you can of course create a mapped network drive in Windows and mount that as indicated above. However, it's also possible to mount them directly using a UNC path:
  6.  
  7. $ sudo mount -t drvfs '\\server\share' /mnt/share
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement