[Pkg-sysvinit-devel] initscripts with fuse filesystems
Petter Reinholdtsen
pere at hungry.com
Thu Jan 10 00:10:07 UTC 2008
[Pascal de Bruijn]
> fuse will be mounted by S35mountall.sh, however networking is not yet
> available, thus it fails:
If you flag it in fstab as a network file system using the _netdev
option, it will not be mounted by mountall.sh. Something like this
should work:
/some/entry /some/mountpoint fuse _netdev 0 0
> It seems be wise to move the netfs definition to a conffile like
> /etc/default/netfs or something similar, which the above scripts can
> source.
It should not be required, with the support for the _netdev option.
See man mount for info on the _netdev option.
Happy hacking,
--
Petter Reinholdtsen
More information about the Pkg-sysvinit-devel
mailing list