On Tue, 29 Jun 2004, Hans Deragon wrote: > > Those messages are difficult to eliminate as they often come from > > mount(8) itself. > > In cachefs case, we know that Linux does not support it. Should we simply catch > it and immediately try the backfstype? This would avoid the errors. > > Is automount used on any OS where cachefs is supported? Anyhow, I could > implement a #ifdef LINUX statement which will catch cachefs only for Linux OS. > Anybody knows of an actual macro I could use to figure out if the kernel is Linux?
autofs is a Linux automounter so we need to worry about clashes, like this, with centralised map stores shared by other OSs. Ian _______________________________________________ autofs mailing list [EMAIL PROTECTED] http://linux.kernel.org/mailman/listinfo/autofs
