[systemd-devel] fstab Mounts Not Getting Waken Up

Dave Reisner d at falconindy.com
Fri Jul 12 08:54:32 PDT 2013


On Fri, Jul 12, 2013 at 05:46:37PM +0200, Reindl Harald wrote:
> 
> >>> Your use of sshfs# as a FUSE type is wrong -- you must use fuse.sshfs as
> >>> the fstype instead.
> 
> this simply wrong, this line below in /etc/fstab works day
> and night from FC9 to Fedora 18 as well as curlftpsfs
> mounts in /etc/fstab are starting with curlftpfs#
> and *both* have "fuse" and nothing else as fstype
> 
> sshfs#reindl at webserver:/ /mnt/webserver fuse noauto,user,rw,noexec,nosuid,nodev,uid=harry
> 
> the server is a simple openssh on F17 with native sftp-chroot
> 
> 

I direct you to mount(8):

  The  programs  mount  and  umount  support  filesystem subtypes.  The
  subtype is defined by '.subtype' suffix.  For example  'fuse.sshfs'.
  It's recommended to use subtype notation rather than add any prefix to
  the mount source (for example 'sshfs#example.com' is deprecated).


More information about the systemd-devel mailing list