From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <016a01c4391f$14dd66c0$127e7d50@SOMA> From: "boyd, rounin" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> References: Subject: Re: [9fans] disk/^(mbr format fdisk prep) Date: Thu, 13 May 2004 21:18:28 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 794fdc66-eacd-11e9-9e20-41e7f4b1d025 > So, jffs/jffs2/yaffs are designed to work direct onto > NOR/NAND flash, hence they have wear-levelling. i think this is a complete waste of time. it adds complexity and the YAFS [Yet Another File System] syndrome. such things should just appear as raw disks and you stick whatever f/s you like on 'em. if you want to wear-level it stick a user mode wear-leveller on top of it. isn't that what plan 9 does really well?