Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
UsingSshfsCommandToMountRemoteFilesNAME sshfs - mount filesystems over ssh protocol SYNOPSIS sshfs [user@]host:[dir] mountpoint [options] DESCRIPTION sshfs is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there’s nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh. linux@marconi:~$ sudo mkdir /media/mount linux@marconi:~$ sudo chown linux /media/mount linux@marconi:~$ lsmod |grep fuse fuse 38412 0 linux@marconi:/media$ ll total 8 lrwxrwxrwx 1 root root 6 2006-12-27 14:54 cdrom -> cdrom0 drwxr-xr-x 2 root root 4096 2006-12-27 14:54 cdrom0 drwxr-xr-x 2 linux root 4096 2007-01-02 20:16 mount linux@marconi:/media$ linux@marconi:~$ sudo sshfs 192.168.0.100:/home/sony /media/mount root@192.168.0.100's password: |