All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] manual: add section about dealing efficiently with big image files
Date: Sun, 15 Dec 2013 23:48:51 +0100	[thread overview]
Message-ID: <20131215224851.GC3463@free.fr> (raw)
In-Reply-To: <87ppoxu4cc.fsf@dell.be.48ers.dk>

Peter, All,

On 2013-12-15 23:38 +0100, Peter Korsgaard spake thusly:
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
>  >> I think that you should be using bigger block sizes, tools that
>  >> understand the filesystem layout or resize afterwards (E.G. resize2fs)
>  >> instead.
> 
>  > Not sure I follow you on that one. What if the user enters a large
>  > number of blocks for his ext2 filesystem? Those will be empty
>  > (zero-filled), but the image file will not be made sparse. So there is
>  > no 'fs resize' or such in the process.
> 
> What I meant was simply that if you want to end up with a filesystem
> with lots of free space and don't want to waste time writing zeroes to
> the unused areas, it is safer to:
> 
>  - create the filesystem spanning the entire partition yourself on the
>    fly (mkfs + tar xf output/images/rootfs.tar)
> 
>  - or resize fs to the full partition size after writing the image
>    (dd if=output/images/rootfs.ext2 + resize2fs)

I see, but in that case, we should no offer the user the ability to
specify the number of blocks to use for the ext2 filesystem, with
BR2_TARGET_ROOTFS_EXT2_BLOCKS, for example (and ext2 if the only
writable filesystem for which we do it).

Should I cook up a patch to remove BR2_TARGET_ROOTFS_EXT2_BLOCKS?

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2013-12-15 22:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-15 18:56 [Buildroot] [PATCH] manual: add section about dealing efficiently with big image files Yann E. MORIN
2013-12-15 19:54 ` Peter Korsgaard
2013-12-15 22:25   ` Yann E. MORIN
2013-12-15 22:38     ` Peter Korsgaard
2013-12-15 22:48       ` Yann E. MORIN [this message]
2013-12-15 23:28         ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2013-12-15 23:05 Yann E. MORIN
2013-12-16  7:32 ` Thomas De Schampheleire
2013-12-16 22:35   ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131215224851.GC3463@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.