Saturday 21 February 2009

shared directories, ubuntu and suse

Set the shares on the suse machine, using YAST2, and NFS Server.

On ubuntu:

sudo apt-get install sshfs
sudo modprobe fuse
sudo localusername fuse
sudo adduser fuse
sudo chown root:fuse /dev/fuse
sudo chmod +x /bin/fusermount
sshfs username@192.168.1.101:/home/username/projects ~/projects


Some of that isn't required, some doesn't work. Next time with a fresh run, update this.

Also, these are temporary, it seems. After some time, the tunnel closes. Nasty.

No comments:

Post a Comment