Re: [RFC] 'failok' mount(8) flag

2011-06-06 Thread Poul-Henning Kamp
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 t

[RFC] 'failok' mount(8) flag

2011-06-06 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, 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. Here is a proposed patch to implement that, I'll