From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] ipaq / flash filesystem question In-Reply-To: <51426fcb577bc037da9c57d968de2f0a@plan9.bell-labs.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-ycfywoawplhoiljxcycszqzvus" Date: Thu, 6 Nov 2003 12:22:17 -0500 Topicbox-Message-UUID: 80703884-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-ycfywoawplhoiljxcycszqzvus Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Look /sys/src/cmd/cmd/aux/flashfs for the flash r/w file system. I'll build a man page if I can't find one. --upas-ycfywoawplhoiljxcycszqzvus Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Thu Nov 6 12:16:27 EST 2003 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Thu Nov 6 12:16:24 EST 2003 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id BA7EC19B0B; Thu, 6 Nov 2003 12:16:22 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 1221219A9C; Thu, 6 Nov 2003 12:16:08 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 8CC0219BE1; Thu, 6 Nov 2003 12:15:15 -0500 (EST) Received: from plan9.cs.bell-labs.com (plan9.bell-labs.com [204.178.31.2]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 0772119AF2 for <9fans@cse.psu.edu>; Thu, 6 Nov 2003 12:15:04 -0500 (EST) Message-ID: <51426fcb577bc037da9c57d968de2f0a@plan9.bell-labs.com> From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] ipaq / flash filesystem question In-Reply-To: <2ec65a303251f3f64bcc0af5afe5c79a@yourdomain.dom> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Thu, 6 Nov 2003 12:15:02 -0500 X-Spam-Status: No, hits=-0.5 required=5.0 tests=IN_REP_TO version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) there are 2 different file systems. One is the read only one you mentioned. The other is a log structured one that brucee wrote that is r/w and really well suited for flash, called brzr. I thought there was a man page for it but I can't find it. --upas-ycfywoawplhoiljxcycszqzvus--