linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: mounting partitions on loopback
@ 2003-04-09 16:55 kernel
  0 siblings, 0 replies; only message in thread
From: kernel @ 2003-04-09 16:55 UTC (permalink / raw)
  To: linux-kernel

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-09 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09 16:55 mounting partitions on loopback kernel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).