From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yury Umanets Subject: Re: Reiser4 status: benchmarked vs. V3 (and ext3) Date: Sat, 26 Jul 2003 18:54:34 +0400 Message-ID: <1059231274.28094.40.camel@haron.namesys.com> References: <3F1EF7DB.2010805@namesys.com> <1059062380.29238.260.camel@sonja> <16160.4704.102110.352311@laputa.namesys.com> <1059093594.29239.314.camel@sonja> <16161.10863.793737.229170@laputa.namesys.com> <1059142851.6962.18.camel@sonja> <1059143985.19594.3.camel@haron.namesys.com> <1059181687.10059.5.camel@sonja> <1059203990.21910.13.camel@haron.namesys.com> <1059228808.10692.7.camel@sonja> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <1059228808.10692.7.camel@sonja> List-Id: Content-Type: text/plain; charset="us-ascii" To: Daniel Egger Cc: Nikita Danilov , Hans Reiser , Linux Kernel Mailinglist , reiserfs mailing list On Sat, 2003-07-26 at 18:13, Daniel Egger wrote: > Am Sam, 2003-07-26 um 09.19 schrieb Yury Umanets: > > > I think this is more then enough for running reiser4. Reiser4 is a linux > > filesystem first of all, and linux is able to be ran on even worse > > hardware then you have. > > Linux is running just fine one the system, thanks. My question is > whether reiserfs is suitable for flash devices. The chances to get some > usable answers seem to be incredible low though... Reiserfs cannot be used efficiently with flash, as it uses block size 4K (by default) and usual flash block size is in range 64K - 256K. Also reiserfs does not use compression, that would be very nice of it :), because flash has limited number of erase cycles per block (in range 100.000) and it is about three times as expensive as SDRAM. So, it is better to use something more convenient. For instance jffs2. But, if you are still want to use reiserfs for flash device, you should do at least the following: (1) Make the journal substantial smaller of size. (2) Don't turn tails off. This is useful to prolong flash live. Regards. -- We're flying high, we're watching the world passes by...