Skip to content

sftp drive mount on linux

cpx October 18, 2011 1 min read SSH/SSHD/22

To mount directory:

sshfs $user@$computerip:/x: /media/$mountname

$stands before variable

To unmount directory use :

fusermount -u /media/$mountname

in case that fuse kernel module is not running:

modprobe fuse

Be the first to comment

protected · no tracking

0 comments