Mounting remote directories during boot using sshfs
Feature state
To change or remove a product, please use the icons next to its name.
Description
It should be interesting mount remote directories using sshfs during boot process. We can do it now with samba or nfs, but not sshfs. Sshfs has encription and it's fast enough. Actually we can use it by command-line from userspace only. Adding the possibility to include this in fstab file (and a possible module for yast) would be cool.
(Written on behalf of non-member Alfredo Amaya)
Discussion

Except for a permission issue, it almost (but only almost) works.
#fstab
sshfs#user@server:/foo /home/user fuse uid=user(,allow_other) 0 0