From owner-freebsd-hackers Fri Feb 14 14:35:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA06311 for hackers-outgoing; Fri, 14 Feb 1997 14:35:10 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA06301 for ; Fri, 14 Feb 1997 14:35:02 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA06785; Fri, 14 Feb 1997 23:34:53 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.6.9) id XAA12013; Fri, 14 Feb 1997 23:29:49 +0100 (MET) Message-ID: Date: Fri, 14 Feb 1997 23:29:48 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: dwhite@resnet.uoregon.edu (Doug White) Cc: hackers@freebsd.org Subject: Re: mfs & swap relationship References: X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Doug White on Feb 13, 1997 22:40:55 -0800 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Doug White wrote: > What's significant about mounting mfs's on the same partition as > a system swap partition? The mount_mfs(8) man page hints that this > partition is used for any spillover, but that doesn't make sense. Why > isolate it to a specific swap partition? It's not isolated, the entire swap is used to back the MFS. The only reason to prefer the swap partition is that this device node is used to `template' the UFS parameters from. Basically a moot point these days, now that we aren't using most of UFS's optimizations anymore. > And can you make an mfs that's attached to a different partition? Of course. It's only a little hard to mount a MFS on a machine that doesn't have any disk available at all. I've got patches in the queue that allow using /dev/null as a template (in which case mount_mfs invents some parameters, which is about the best it could do at all in case swapping goes over NFS). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)