Use sshfs to mount a remote drive on a local mount point

Source: Internet
Author: User
Tags file transfer protocol

SSH is the most common file transfer protocol in the network. sshfs allows you to mount a remote file system to a local mount point.

GNU/Linux does not include sshfs by default. Use the Package Manager to install the tool. Sshfs is an extension of the fuse file system. Fuse allows the supported operating systems to mount various types of data like local file systems.

Mount the file system on the remote host to a local machine. You can use:

[[Email protected] ~] # Sshfs [email protected]:/home/path/mnt/mountpointpassword:

Enter the User Password Upon receiving the prompt. Now the data in the remote host/home/path can be accessed through the local mount point/mnt/mountpoint.

After the task is completed, you can uninstall it using the following methods:

[[Email protected] ~] # Umount/mnt/mountpoint


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.