Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 1999 15:01:18 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        "Ronald G. Minnich" <rminnich@acl.lanl.gov>
Cc:        John Milford <jwm@CSUA.Berkeley.EDU>, "David E. Cross" <crossd@cs.rpi.edu>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: USFS (User Space File System)
Message-ID:  <199907202201.PAA07726@apollo.backplane.com>
References:   <Pine.SGI.4.10.9907201540340.60018-100000@acl.lanl.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
:On Mon, 19 Jul 1999, John Milford wrote:
:
:> 	Unless I am misunderstanding you, mfs does what you are
:> describing.
:
:I'm pretty sure you're misunderstanding him. MFS is not even close.
:
:ron

    You know, none of us are being clear :-)

    The basic problem is that MFS is not a filesystem device.  What you say?
    It looks like a filesystem device to you!

    Well, no.  MFS is actually a *block* device that UFS runs on top of.  When
    you create an MFS filesystem you are actually creating a UFS filesystem
    and running all the UFS filesystem device code, except the backing store
    is being implemented by MFS as a dummy block device.  MFS simply copies
    the data to and from the VM space of the mfs process.

   					-Matt
					Matthew Dillon 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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