|
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 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) Re: Linux, dd, and image file Apr 02 2003 03:28PM Brian Carrier (carrier cerias purdue edu) (1 replies) |
|
|
Privacy Statement |
>then 'dd if=/dev/hdc of=testing.bin conv=notrunc,noerror,sync".
>
>
I think there may be two errors happening here. First, you're taking an
image of the drive as a whole, not a specific partition. Next try time
using the flag if=/dev/hdc1.
Secondly, to mount an image via loopback, here's the command you need:
# mount -o loop -t ntfs testing.bin /mnt/windows
Hope this helps!
--
SA Jesse Kornblum
Chief, Computer Investigations and Operations
Air Force Office of Special Investigations
DSN 857-1143 Commercial 240-857-1143
Fax 857-0963 STU-III 857-0965
email: jesse.kornblum (at) ogn.af (dot) mil [email concealed]
siprnet: jesse.kornblum (at) afosi.af.smil (dot) mil [email concealed]
http://afosi-web/xos/xosi/
-----------------------------------------------------------------
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 ]