Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 153005

Summary: fuse sshfs is not recognized as net-fs
Product: Gentoo Linux Reporter: ben adler <benadler>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description ben adler 2006-10-27 10:11:31 UTC
fuse's sshfs is not recognized as net-fs by /etc/init.d/netmount. This is because "fuse" is not listed in NET_FS_LIST in /etc/init.d/functions.sh.

Some fuse fs are netdevs, some are not, so functions.sh NET_FS_LIST might not be the correct place to add "fuse".

But it seems /etc/init.d/netmount does not honor the mount "_netdev" option that can be placed in /etc/fstab, so I HAVE to put "fuse" into NET_FS_LIST in order for netmount to mount the sshfs at startup.

So, please, either make netmount mount all rows containing "_netdev" in fstab, or add "fuse" to NET_FS_LIST. Or tell me what I misunderstood.

Thanks!
ben
Comment 1 SpanKY gentoo-dev 2006-10-27 10:59:24 UTC
i have no idea what version of baselayout you're running but it's obviously way out of date

*** This bug has been marked as a duplicate of 118552 ***