If you are using Encase then you can mount the raw disk image. File --> Add Raw Image --> press insert button --> select file name from browser.
If you are using Unix and this is a file system that is supported by unix you only need to mount it. \ mount /path/to/image /mnt/cdrom -t iso9660 -o loop=/dev/loop0 assuming you're not already using loop0 if so, use /dev/loop1 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 9:22 AM To: [email protected] Subject: Re: RE: Mounting LVM image for analysis Hello : I was able to create images of logical volume by using command : dd if=/dev/mapper/VolGroup00-LogVol04 of=logvol.img How do I mount the image now for further analysis. Any thoughts will be appreciated. Thanks aashish
