So I am trying to mount a folder from another computer in my LAN, and I am able to ssh without any issues.
I'm trying to mount a remote disk using sshfs. The code is:
sshfs user@server:/ /home/user/folder
The problem could be that the remote server relogins the connecting user under a different user upon login. And therefore when i try to use this code it doesn't mount and gives me no error. How can i deal with it?
Ubuntu 11.04, server is Debian
Edit:
About relogging.
I'm trying to enter an sshfs mount in /etc/fstab with the following line:
sshfs#oli@192.168.0.2:/media/usb0 /media/ExtHD fuse defaults,nonempty,allow_other 0 0
So that this volume is mounted at boot. After booting up, nothing happens, but when I use the command sudo mount -a, I am always prompted for the password.
I use statler on both my laptop and desktop, and I wanted a nice easy way of using sshfs to mount my desktop's file system, so I figured this might work:terminator --command="sshfs user@ip:/ /path/to/mount/point"Now, I get the terminal flashing up for the password, but it doesn't mount (according to thunar).Am I missing something obvious here? Any helped most graciously r
I recently moved to a new box and haven't been able to get the remote mount to work outside home.
SSH works both inside and outside the router. I can run ssh for user@mydomain.homedns.org be prompted for my password and find a terminal.
I just upgraded from Ubuntu 12.04 to 12.10. Before that I backed up my autofs config which worked fine.
Okay, so I just bought a ReadyNAS nv+ v2, installed an add-on so that I get root-access to it via ssh, and lo and behold, it was running something based on debian-squeeze (ARM).
On my previous NAS (ubuntu server) I mounted stuff with sshfs, but before retiring that NAS, I tried NFS and it was way faster and more reliable.
On the new NAS, I can mount via sshfs, but I'd really like to mount vi
Hello,
I am using Ubuntu 12.04 64-bit version and sshfs and fuse of below versions
################
sumanth@ubuntu:~$ sshfs --version
SSHFS version 2.3
FUSE library version: 2.8.6
fusermount version: 2.8.6
using FUSE kernel interface version 7.12
#################################
When i manually execute the command "/usr/bin/sshfs -o reconnect -C -o workaround=all -o allow_other
While I am able to mount a folder from a remote server using mount folder the entry in fstab is giving Connection reset by peer:
I have the following in my fstab
sshfs#username@remote:/folder/ folder fuse defaults,idmap=user 0 0
I have also configure trusted relationship between the remote server and the origin using public keys.