RE: [sleuthkit-users] Mounting a dd image under windows
Brought to you by:
carrier
|
From: youcef b. <ybi...@ya...> - 2005-06-13 23:48:47
|
Hi, It uses the concept of a loopback device, which allows to mount a file system within an image file. to do that you use the mount command with the loop option to indicate that you want to use the loop device to mount the file system within the image, and you specifiy a disk image rather than a disk device. Example: mount -t vfat -o ro,noexec,loop image.disk1 /mnt/analysis --- "Altheide, Cory B. (IARC)" <Alt...@nv...> wrote: > Hi - > > I'd be interested in either one (or both) of you > explaining how you are > currently mounting raw disk images under Windows > using Cygwin. > > Thanks - > > Cory Altheide > Senior Network Forensics Specialist > NNSA Information Assurance Response Center (IARC) > alt...@nv... > "I have taken all knowledge to be my province." -- > Francis Bacon > > > -----Original Message----- > > From: sle...@li... > > > [mailto:sle...@li...] > On > > Behalf Of youcef bichbiche > > Sent: Saturday, June 11, 2005 4:23 PM > > To: sle...@li... > > Subject: Re: [sleuthkit-users] Mounting a dd image > under windows > > > > > > Try Cygwin. it supports Sleuthkit too. > > > > --- esrkq yahoo <es...@ya...> wrote: > > > > > Hi Guys, > > > slightly off topic but does anyone know of a > utility > > > that will mount a dd image under windows xp. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > How far can you shotput > a projector? How fast can you ride your desk chair > down the office luge track? > If you want to score the big prize, get to know the > little guy. > Play to win an NEC 61" plasma display: > http://www.necitguy.com/?r=20 > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com |