Search: Home Bugtraq Vulnerabilities Mailing Lists Jobs Tools Vista
Forensics
Linux, dd, and image file Apr 01 2003 04:31PM
Sabol, Paul (PSABOL mgmmirage com) (6 replies)
Re: Linux, dd, and image file Apr 03 2003 04:31PM
Paul Hoyt Nelson (pnelson thumper lerc nasa gov)
Re: Linux, dd, and image file Apr 02 2003 12:25PM
Jesse Kornblum (jesse kornblum ogn af mil)
Re: Linux, dd, and image file Apr 02 2003 09:02AM
Birger Toedtmann (btoedtmann exp-math uni-essen de)
Re: Linux, dd, and image file Apr 02 2003 06:19AM
Grega Bremec (gregab gbsoft org) (1 replies)
...and on Tue, Apr 01, 2003 at 08:31:10AM -0800, Sabol, Paul used the keyboard:
<snip>
> Basically, I md5 the original drive, make a working directory on my Linux
> drive, and then 'dd if=/dev/hdc of=testing.bin conv=notrunc,noerror,sync".
> I then make a /mnt/windows directory to be used as the mount point and chmod
> 777 this directory.

All well and fine, but you've just created an image of the entire hard
drive, my friend, which is why mount is complaining, as there clearly
isn't a valid superblock, but instead a master boot record. :)

You should check out the partition table using "fdisk -l /dev/hdc",
then "dd if=/dev/hdc1 ..." if the NTFS partition is the first and/or
the only one on that disk, or use the corresponding partition number.

<snip>
> I do the following:
>
> # losetup /dev/loop0 testing.bin
> # mount -r -t ntfs /dev/loop0 /mnt/windows

Just a note: the following is also possible and saves you one step:

$ mount -t ntfs -o loop ./testing.bin /mnt/windows

Cheers & good luck,
--
Grega Bremec
grega.bremec-at-gbsoft.org
http://najdi.si/
http://www.gbsoft.org/
http://www.noviforum.si/

-----------------------------------------------------------------
This list is provided by the SecurityFocus ARIS analyzer service.
For more information on this free incident handling, management
and tracking system please see: http://aris.securityfocus.com

[ reply ]
Re: Linux, dd, and image file Apr 02 2003 03:28PM
Brian Carrier (carrier cerias purdue edu) (1 replies)
Re: Linux, dd, and image file Apr 02 2003 04:35PM
Volker Tanger (volker tanger discon de)
Re: Linux, dd, and image file Apr 02 2003 04:29AM
crazytrain (subscribe crazytrain com)
Re: Linux, dd, and image file Apr 02 2003 03:30AM
Luis Gomez (lgomez infoemergencias com)







 

Privacy Statement
Copyright 2007, SecurityFocus