From owner-freebsd-hackers Mon Jan 8 12:00:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01764 for hackers-outgoing; Mon, 8 Jan 1996 12:00:41 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA01757 for ; Mon, 8 Jan 1996 12:00:37 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA10235; Mon, 8 Jan 1996 12:57:33 -0700 From: Terry Lambert Message-Id: <199601081957.MAA10235@phaeton.artisoft.com> Subject: Re: Add new slice to running system, comments? To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Mon, 8 Jan 1996 12:57:32 -0700 (MST) Cc: hackers@FreeBSD.org In-Reply-To: <199601070657.RAA19890@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Jan 7, 96 05:27:24 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org Precedence: bulk > I still have my slab-creating code left, so it would be quite practical > for a startup to sawp onto a Windows swapfile, and then allocate the > largest free section of the FAT filesystem and use that as swap as well. > > Terry; if you go ahead with your FAT filesystem rewrite (please do!), let > me know how I can lock such files against damage. Windows checks a signature if the "swap directory" (what Linux calls it) exists; otherwise, it just recreates the directory for the swap file. This is covered in the Linux "HowTo" on swapping to the Windows swap file under "keeping Windows from complaining" or something like that. Windows95 "protects" the swapfile from relocation by the defragger, etc. by setting "system", "hidden", and "read only" on the file... that's why even if you turn of swapping you can't defrag it. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.