Thursday, July 25, 2013

SSHFS: How to Mount Remote Partition via SSH on CentOS

This is hugely helpful for anyone wanting mount-point accessible files over SSH. 

Don't bother with fstab or the mount command.  Full instructions here, and the executive summary is:

yum install fuse sshfs
sshfs user@remote_host:/remote_directory /local_mount_partition

No comments:

Post a Comment