fuse/sshfs problem [message #30345] |
Thu, 22 May 2008 02:11 |
christian
Messages: 1 Registered: May 2008 Location: Chile
|
Junior Member |
|
|
Dear Friends
I've trying to mount by fuse/sshfs a remote folder in other VPS in the same VE.
That's my trouble:
root@xem2:/# sshfs root@192.168.1.104:/home /home
root@192.168.1.104's password:
mount: according to mtab, sshfs#root@192.168.1.104:/home is already mounted on /home
But...
root@xem2:/# cat /etc/mtab
simfs / simfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec 0 0
tmpfs /var/run tmpfs rw,nosuid,nodev,noexec 0 0
tmpfs /var/lock tmpfs rw,nosuid,nodev,noexec 0 0
tmpfs /dev/shm tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /var/run tmpfs rw,nosuid,nodev,noexec 0 0
tmpfs /var/lock tmpfs rw,nosuid,nodev,noexec 0 0
At first time I could mount the remote folder, but the VPS was hang-up and I've to reboot the server, after that never more can mount any remote folder
Any ideas??
auch...
|
|
|