In message <4ded15b1.8020...@delphij.net>, Xin LI writes:

>I think sometimes it's desirable to mark a few file systems as 'failok',
>which means it's Ok to have these mounts failed on boot and something
>else (a script, cron job, etc) will handle the case.

Good idea.  (This was one of the ideas that made me realize that
we were out of mount flags, and thus prompted nmount(8).  Never got
around to implement failok afterwards.)

Based on some NanoBSD work along this kind of lines, there may be
/etc/rc.ng opportunities/work to do in this, so that rc.d/foo can
depend on a given filesystem actually being mounted, since some
daemons can get quite upset and hang the boot, if their filesystems
are not there and/or suddenly too small etc.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
p...@freebsd.org         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to