Results 1 to 3 of 3
Hi folks,
Ubuntu 11.04 desktop 64bit
I could access the remote server running;
$ ssh user@ipaddress
But I couldn't mount the remote server running;
$ sshfs user@ipaddress:/path /mnt/remoteserver
Code:
fusermount: ...
- 09-23-2011 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Fail to mount remote pc with sshfs
Hi folks,
Ubuntu 11.04 desktop 64bit
I could access the remote server running;
$ ssh user@ipaddress
But I couldn't mount the remote server running;
$ sshfs user@ipaddress:/path /mnt/remoteserver$ ls -l /bin/fusermountCode:fusermount: failed to open /etc/fuse.conf: Permission denied fusermount: user has no write access to mountpoint /mnt/remoteserver
$ ls -l /etc/fuse.confCode:-rwsr-xr-x 1 root root 31320 2011-02-11 05:03 /bin/fusermount
What shall I do with these 2 files? TIACode:-rw-r----- 1 root fuse 216 2010-01-27 08:28 /etc/fuse.conf
B.R.
satimis
- 09-23-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,838
Off the top of my head, I'd say "does the user have write access to mountpoint /mnt/remoteserver"?
Code:ls -ld /mnt/remoteserver
- 09-23-2011 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi,
$ ls -ld /mnt/remoteserver/RanCode:drwxr-xr-x 2 root root 4096 2011-09-21 10:30 /mnt/remoteserver/
$ sudo sshfs user@ipaddress:/path /mnt/remoteserver
To my surprise It mounted the local PC, NOT the remote server.
$ cat /etc/group | grep fusesatimisCode:fuse:x:104:


Reply With Quote

