[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110802165757.GD2967@thunk.org>
Date: Tue, 2 Aug 2011 12:57:57 -0400
From: Ted Ts'o <tytso@....edu>
To: Round Robinjp <roundrobinjp@...oo.co.jp>
Cc: Goldstein Amir <amir73il@...il.com>,
Andreas Dilger <aedilger@...il.com>,
"linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org>
Subject: Re: flashing large eMMC partitions with ext4
On Wed, Aug 03, 2011 at 01:07:08AM +0900, Round Robinjp wrote:
> So that means I have thrown away some important part of
> the filesystem when I did truncate -s 1G, isn't it?
> Will things go wrong if I flash this 1G image to my eMMC
> partition (without using Yongqiang's new 64bit resize patches)?
> I need to understand whether Yongqiang's patch is absolutely
> necessary for this purpose or just a good thing to have.
This is one of the reasons why I originally suggested using zero_free
and make_sparse to write the file system image. It's a much, much,
MUCH simpler way of handling things, and it doesn't require resizing
the file system image, using truncate (and making sure you truncate to
the right size, etc.).
With the method Amir talked about, it matters whether or not the file
system is mounted when you use resize2fs, whether you have the latest
resize patches, etc., etc.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists