Comments on: How to Mount Remote Linux Filesystem or Directory Using SSHFS Over SSH https://www.tecmint.com/sshfs-mount-remote-linux-filesystem-directory-using-ssh/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 20 Sep 2021 17:58:36 +0000 hourly 1 By: sandeep singh https://www.tecmint.com/sshfs-mount-remote-linux-filesystem-directory-using-ssh/comment-page-1/#comment-1591578 Mon, 20 Sep 2021 17:58:36 +0000 http://www.tecmint.com/?p=715#comment-1591578 In reply to Hanya lewat.

remove sshfs# in front of the command.

source https://superuser.com/questions/669287/automount-sshfs-using-fstab-without-mount-a

]]>
By: Nisha Sharma https://www.tecmint.com/sshfs-mount-remote-linux-filesystem-directory-using-ssh/comment-page-1/#comment-1471187 Tue, 06 Apr 2021 06:40:44 +0000 http://www.tecmint.com/?p=715#comment-1471187 In reply to Sadashiv Gomadi.

Thanks for your reply.

I am not getting that error now. But now the error is different, after sudo mount -a it’s asking for the remote server’s password 3 times and then getting the message as Connection reset by peer.

I have enabled the SSH passwordless but still not sure whats the issue is.

]]>
By: Sadashiv Gomadi https://www.tecmint.com/sshfs-mount-remote-linux-filesystem-directory-using-ssh/comment-page-1/#comment-1471124 Tue, 06 Apr 2021 04:39:48 +0000 http://www.tecmint.com/?p=715#comment-1471124 In reply to Nisha.

Check the /etc/fstab file. There seems to be a directory that is not empty on which you are mounting an FS. With this you could lose the files if the mount goes through.

]]>
By: Nisha Sharma https://www.tecmint.com/sshfs-mount-remote-linux-filesystem-directory-using-ssh/comment-page-1/#comment-1470814 Mon, 05 Apr 2021 21:52:09 +0000 http://www.tecmint.com/?p=715#comment-1470814 In reply to Hanya lewat.

Hi, I am facing the same issue, Did you get any resolution for this?

]]>
By: Nisha https://www.tecmint.com/sshfs-mount-remote-linux-filesystem-directory-using-ssh/comment-page-1/#comment-1470641 Mon, 05 Apr 2021 17:33:31 +0000 http://www.tecmint.com/?p=715#comment-1470641 Hi, Thanks for the article.

When I do mount -a I get message as:

fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the ‘nonempty’ mount option

Can you please help with what this could be?

]]>