Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 1996 17:12:07 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        handy@sag.space.lockheed.com, jkh@time.cdrom.com
Cc:        ben@narcissus.ml.org, hackers@freebsd.org, kjk1@ukc.ac.uk, nate@mt.sri.com
Subject:   Re: A simple way to crash your system.
Message-ID:  <199611260612.RAA28594@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> Would it be sufficient to comment it out of GENERIC (or remove it entirely
>> and leave it in LINT), and maybe add a comment suggesting it's a bull
>> running through a china shop?

No, that would make it more dangerous.  It's always available as an lkm.

I have no problems with it mounted read-only for small DOS slices (90MB
and 256MB, cluster sizes 2K and 4K).

There may be a problem for cluster sizes > 16K (DOS slices > 1G). MAXBSIZE
is only 16K.  ufs doesn't allow mounting file systems with a block size
larger than this, but msdosfs allows any cluster size up to 255 sectors.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611260612.RAA28594>