From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] USB floppies From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001020123800.EAEB6199DF@mail> Date: Fri, 20 Oct 2000 08:37:57 -0400 Topicbox-Message-UUID: 19fa7eb4-eac9-11e9-9e20-41e7f4b1d025 i wouldn't dwell on the nvram. we could just disable the nvram. your bigger challenge will be finding the file system. see /sys/lib/pcdist/cmd/bzfs/mkext.c. i have a vague idea how to fix your problem: find a way to get dossrv running, and then access the archive through dossrv. such a mechanism would also allow having your kfs `partition' be one large file on your dos hard disk. it'd be slow, but it could be done. russ