sshfs mounting problems
Posted: 03 Sep 2007, 14:18
One of the great things about bubba is that it can aggregate remote SMB and NFS mounts and present them in a nice friendly way to the LAN. However, as both NFS and SMB are unpleasant to run remote, SSHfs is a good alternative. So I apt-get installed sshfs. However I keep on getting the same error upon mounting an SSH share:
"fusermount: mount failed: Invalid argument"
Searchin for this error on google indicates it is common but many problems can trigger it so it's not easy to debug. One possible solution comes from this blog post. It suggests using backports because sshfs does not work properly on Sarge. I'm kinda afraid that starting on backports will give lure me into dependency hell. So what to do: use the backports? Wait for the upgrade to Etch (when??) or does anyone know another solution?
Thanks
Ubi
*/
Fuse, Makedev et Debian sarge
Sous Debian sarge, il y a un paquet fuse mais il est prévu pour fonctionner avec un noyau 2.4. Si on veut utiliser un noyau plus récent (comme un 2.6.19 ou .20), il est impossible de monter un filesystem FUSE : on obtient un message d'erreur comme celui-là : "fusermount: mount failed: Invalid argument".
C'est pour cela que j'ai fait un backport de la version etch pour sarge. Fuse dépendant de makedev, j'ai backporté ce paquet aussi.
Tous les paquets se trouvent dans mon dépôt Debian sarge.
Peut-être les derniers backports pour sarge
*/
"fusermount: mount failed: Invalid argument"
Searchin for this error on google indicates it is common but many problems can trigger it so it's not easy to debug. One possible solution comes from this blog post. It suggests using backports because sshfs does not work properly on Sarge. I'm kinda afraid that starting on backports will give lure me into dependency hell. So what to do: use the backports? Wait for the upgrade to Etch (when??) or does anyone know another solution?
Thanks
Ubi
*/
Fuse, Makedev et Debian sarge
Sous Debian sarge, il y a un paquet fuse mais il est prévu pour fonctionner avec un noyau 2.4. Si on veut utiliser un noyau plus récent (comme un 2.6.19 ou .20), il est impossible de monter un filesystem FUSE : on obtient un message d'erreur comme celui-là : "fusermount: mount failed: Invalid argument".
C'est pour cela que j'ai fait un backport de la version etch pour sarge. Fuse dépendant de makedev, j'ai backporté ce paquet aussi.
Tous les paquets se trouvent dans mon dépôt Debian sarge.
Peut-être les derniers backports pour sarge
*/