From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Woodhouse To: =?ISO-8859-1?Q?J=F6rn?= Engel In-Reply-To: <20050131163919.GH6694@wohnheim.fh-wedel.de> References: <1107184897.7567.20.camel@windu.rchland.ibm.com> <20050131163919.GH6694@wohnheim.fh-wedel.de> Content-Type: text/plain; charset=UTF-8 Date: Tue, 01 Feb 2005 00:19:31 +0000 Message-Id: <1107217171.783.332.camel@baythorne.infradead.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: MTD mailing list , "Robert P. J. Day" Subject: Re: running out of space dd'ing JFFS2 image to /dev/mtdblock/0 List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2005-01-31 at 17:39 +0100, Jörn Engel wrote: > This allows different people with different taste to specify numbers > in various simple formats. If you think you can improve on this, > please send me a patch. It is wrong to interpret 'k' 'M' and 'G' as anything other than 10^3, 10^6 or 10^9 respectively. If you have to do it to support a legacy interface like slram, that's vaguely acceptable. No more, though. -- dwmw2