Ethical Hacking Training at InfoSec Institute

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Computer Forensics Computer-Forensics
[Top] [All Lists]

RE: RE: Mounting LVM image for analysis

Subject: RE: RE: Mounting LVM image for analysis
Date: Wed, 13 Sep 2006 17:57:01 -0700
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: listbounce@securityfocus.com [mailto:listbounce@securityfocus.com]
On Behalf Of aashish@uiuc.edu
Sent: Tuesday, September 12, 2006 9:22 AM
To: forensics@securityfocus.com
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 


<Prev in Thread] Current Thread [Next in Thread>