From: Jason Gress <jasong@ccgr.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Found helpful link on mounting loopback files
Date: Thu, 17 Jun 2004 06:25:27 -0500 [thread overview]
Message-ID: <200406170625.27797.jasong@ccgr.org> (raw)
I was trying to figure out how to mount just the partition inside of a raw
image as loopback, and I found this:
http://www.trekweb.com/~jasonb/articles/linux_loopback.shtml
That link was very useful, and I thought the list might like a copy. :) With
a typically DD'd zero image, this is the resulting command needed to mount
the first partition on a simple image:
# mount -t vfat -o loop,offset=32256,umask=000 /windata/win2kpci.img /mnt/tmp/
Or, at least that worked for me. (The umask=000 simply allows everyone access
so my user could read/write stuff w/o hassle.)
I hope this helps someone! An abbreviated version of this information perhaps
should be on a FAQ somewhere?
Jason
reply other threads:[~2004-06-17 11:12 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=200406170625.27797.jasong@ccgr.org \
--to=jasong@ccgr.org \
--cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).