On Wed, 2006-08-23 at 11:48 -0400, William L. Maltby wrote:
On Wed, 2006-08-23 at 10:02 -0400, Jerry Geis wrote:
How do I mount a partition that is in an image file?
<snip>
OOPS! Forgot to show mount below
# mkdir /mnt/temp
mount -t auto -o ro /dev/loop1 /mnt/temp
# du -s /mnt/temp/* # Snipped below for brevity 51 /mnt/temp/config-2.6.9-34.0.1.EL ... <snip>