Remote Folder Mount

Mount Linux folder under Linux

1
2
sudo apt-get install cifs-utils
sudo mount -t cifs -o username=XXX,password=XXX //10.70.1.82/src_dir tgt_dir

Mount Windows folder under Windows

add network device

Mount Linux folder under Windows


  1. Install Dokan and WinSSHFS: for Win10, recommend 1.6.1.13 win-sshfs and 1.0.3 Dokan.

  2. Open WinSSHFS, fill in the drive name, host, port, username, password, directory. The other entries can be left blank.