[Bug 211867] sshfs dosn't work in /etc/fstab

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 15 11:49:41 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211867

            Bug ID: 211867
           Summary: sshfs dosn't work in /etc/fstab
           Product: Base System
           Version: 10.3-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: out at post.pl

I can mount /tmp/test manually with it:
--
sshfs root at 10.0.6.6:/tmp/test /tmp/test
--

The relevant line I'm using in fstab goes like this:
--
root at 10.0.6.6:/tmp/test /tmp/test fusefs.sshfs ro 0 0
--

but I am getting this:
--
mount: root at 10.0.6.6:/tmp/test: Operation not supported by device
--

I get the same if I replace fusefs.sshfs with fuse and add sshfs# to the
beginning of the line.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list