From: Julian Lunz <git@jlunz.de>
To: buildroot@busybox.net
Subject: [Buildroot] compressed file system
Date: Wed, 9 Jan 2013 20:33:26 +0100 [thread overview]
Message-ID: <20130109203326.4cc1fabb@jl-desk-LL> (raw)
In-Reply-To: <1357758922954-38297.post@n4.nabble.com>
Hello tallu,
On Wed, 9 Jan 2013 11:15:22 -0800 (PST)
tallu <tallubko@yahoo.com> wrote:
> So how can I check this kind of compressed file system (.ext2.gz)?
As far as I know: You'll need to uncompress it, after that you can
loop-mount it, so:
sudo mount -o loop rootfs.ext2 mountpoint
If you check with 'mount' afterwards, you should see sth. like this:
...
/dev/loop0 on mountpoint type ext2 (rw)
avfs (http://avf.sourceforge.net/) might work with compressed image, not
tested though.
Julian
next prev parent reply other threads:[~2013-01-09 19:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-09 17:53 [Buildroot] compressed file system tallu
2013-01-09 17:57 ` Thomas Petazzoni
2013-01-09 19:15 ` tallu
2013-01-09 19:33 ` Julian Lunz [this message]
2013-01-09 19:57 ` tallu
2013-01-09 20:56 ` Julian Lunz
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=20130109203326.4cc1fabb@jl-desk-LL \
--to=git@jlunz.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox