*BSD News Article 42023


Return to BSD News archive

Newsgroups: comp.os.386bsd.bugs
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!agate!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!news.provo.novell.com!park.uvsc.edu!news
From: Terry Lambert <terry@cs.weber.edu>
Subject: Re: more on the 
Organization: Utah Valley State College, Orem, Utah
Date: Sat, 4 Feb 1995 01:26:01 GMT
Message-ID: <D3GBzE.9sy@park.uvsc.edu>
X-Nntp-Posting-Host: hecate.artisoft.com
References: <3g520d$amg@satisfied.elf.com> <3g61sh$imt@ivory.lm.com> <3g64lr$bjg@GRAPEVINE.LCS.MIT.EDU> <3gr6br$dru@news.bu.edu>
Sender: news@park.uvsc.edu (System Account)
Lines: 32

mi@cs.bu.edu (Mikhail Teterin) wrote:
] Garrett A. Wollman (wollman@ginger.lcs.mit.edu) wrote:
] : In article <3g61sh$imt@ivory.lm.com>,
] : Peter Berger <peterb@telerama.lm.com> wrote:
] 
] : >On a related note, I compiled a kernel -without- the options MSDOSFS option,
] : >but can still mount my msdos filesystem.  I do get an ugly looking message
] : >when booting, though.  Need I worry, or is that just lint?
] 
] : When you compile a kernel without `options MSDOSFS' and then say
] : `mount -t msdos something...', the `mount_msdos' program is smart
] : enough to dynamically load /lkm/msdos_mod.o for you.  (This is why
] : it's important to make sure that your LKMs and kernel are the same
] : version.)  See vfsload(3).
] So, what is the point on compiling with MSDOSFS? Is there any time/space
] trade-off? Thank you,

With it compiled in, your first DOS mount doesn't take as long.

8-).

Without it compiled in, your kernel is smaller, so you have more
room for programs, as long as you don't mount an MSDOS FS.  If you
run enough programs to use up all your real memory, you have more
real memory, so you will typically swap less and the machine will
act faster.

                                        Terry Lambert
                                        terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.