You are not logged in.
I grabbed the shfs package from the community repo, but I'm having problems using it. A simple mount like
shfsmount root@server:/mydir /mnt/mydir
works fine, the probelm happens when I run
shfsmount root@server:/mydir /mnt/mydir -o preserve
I get the following output:
[root@mybox mnt]# shfsmount -vvv root@192.168.1.11:/test tmp/ -o preserve
cmd: exec ssh -l root 192.168.1.11 /bin/sh, options: "version=2,preserve,mnt=/mnt/tmp,debug=3"
user: root, host: 192.168.1.11, root: /test, mnt: /mnt/tmp, port: (null), cmd-user: 0
Testing perl... failed
Testing shell... ok stable
shfsmount: Cannot create connection
Any help is appreciated
Offline
I don't really know but maybe you shoud try this:
To make mount survive temporary connection outage (reconnect mode):
shfsmount --persistent user@host /mnt/shfs
Offline