public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel <kernel@crazytrain.com>
To: linux-kernel@vger.kernel.org
Subject: Re: mounting partitions on loopback
Date: 09 Apr 2003 12:55:03 -0400	[thread overview]
Message-ID: <1049907303.4504.46.camel@thong> (raw)

Soeren

you'll have to either specify the offsets that the partitions start at
via;

mount -o ro,loop,offset=XXX  blah blah blah

Or, use a program such as SMART for Linux (asrdata.com) that will do
that for you and allow you to right-click on them (logical partitions)
and mount them.

Remember, though, if that start of the filesystem is beyond 2GB into the
image you'll not be able to mount it even specifying the offset.  (I
think this is a 'bug' with the loop driver that ships with kernel?)
However, NASA has come up with a nice workaround I use and you can find
it here;

ftp://ftp.hq.nasa.gov/pub/ig/ccd/enhanced_loopback/

This modified loopback driver will automatically mount the partitions
within that physical image file read only using the loop devices on your
system.  (no calculation of offsets is necessary, no problem if beyond
2GB, etc.).


hope this helps!

farmerdude





                 reply	other threads:[~2003-04-09 15:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1049907303.4504.46.camel@thong \
    --to=kernel@crazytrain.com \
    --cc=linux-kernel@vger.kernel.org \
    /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