On the local machine (universe must be enabled):
$ sudo aptitude install sshfsthe last command loads fuse. In order for this to happen automatically at startup:
$ sudo chmod +x /bin/fusermount
$ mkdir /home/giuseppe/remote
$ sudo modprobe fuse
$ sudo cp /etc/modules /etc/modules_bakNow the actual mounting:
$ sudo sh -c "echo 'fuse' >> /etc/modules"
$ sshfs the.remote.machine:/shared/path /home/giuseppe/remote
Nessun commento:
Posta un commento