Date: Mon, 10 Jul 2006 09:52:46 -0400 From: John Baldwin <john@baldwin.cx> To: freebsd-arch@freebsd.org Cc: Craig Rodrigues <rodrigc@crodrigues.org>, freebsd-current@freebsd.org, Pawel Jakub Dawidek <pjd@freebsd.org> Subject: Re: [RFC] mount can figure out fstype automatically Message-ID: <200607100952.47158.john@baldwin.cx> In-Reply-To: <20060708215321.GJ16201@garage.freebsd.pl> References: <20060708152801.GA3671@crodrigues.org> <44B00011.9050902@samsco.org> <20060708215321.GJ16201@garage.freebsd.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 08 July 2006 17:53, Pawel Jakub Dawidek wrote: > One thing I don't like about this idea, is that simple mount(8) command > will load all file system kernel modules if we give for example device > with no file system on it. No it won't. The patch instructs the kernel to try all of the currently loaded filesystems. It doesn't try to load any filesystem modules. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607100952.47158.john>