|
From: Hannes S. <hsc...@gm...> - 2006-01-02 16:18:33
|
In order to successfully use the helper script /sbin/mount.fuse to mount a sshfs path via fstab I suggest the following patch: /sbin/mount.fuse: 28a29 > export PATH 45d45 < export PATH Without this fix the mount command will bail out with the following error: mount.fuse# Can not find FUSE mount binary for FS sshfs at least on my gentoo system... any other ideas? -- Hannes Schweizer |