Search the web
Sign In
New User? Sign Up
linux_forensics
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1915 - 1947 of 3158   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1915
hi everybody, I need to dump a tape (created by ufsdump) using dd in to a temporary filesystem (a single file). The platform is SunOS5.9. The command I...
erlasagn
Offline Send Email
Feb 9, 2006
1:52 pm
1916
... Alfredo, That error may have something to do with the block size. Try specifying a block size like 64k or 128k: # dd if=/dev/rmt/0 of=/home/export/temp.dd...
nikkel@...
Send Email
Feb 9, 2006
2:34 pm
1917
Hi All Bit of a vague question I know but I was wondering if there was an accepted minimum "dcfldd" command that people use when imaging hard discs. I was...
Stuart Bird
e_tective
Offline Send Email
Feb 9, 2006
2:43 pm
1918
For dealing with bad sectors and errors, use "conv=sync,noerror" always. That is the only switch that I would say HAS to be in every dd command that is used...
Nicholas Harbour
nicholasharbour
Offline Send Email
Feb 9, 2006
4:57 pm
1919
You might also have to play with the block size setting on the tape drive itself if it isn't set to 0 (auto). You can find out what the hardware block size is...
Steve Gibson
sw_gibson
Offline Send Email
Feb 9, 2006
5:57 pm
1920
Stuart, I would agree with Nick (as most would, he being the author and all). A good base dcfldd command would be: dcfldd conv=sync,noerror if=/dev/hda...
Blare Sutton
blare_sutton
Offline Send Email
Feb 9, 2006
10:37 pm
1921
... Solaris has a convenient command called 'tcopy', which copies a tape, but can also be used to list some info. about the contents of the tape, ...
Gary Funck
garyfunck
Offline Send Email
Feb 10, 2006
12:04 am
1922
Nicholas, do you have any plans to integrate the capabilities of dd_rescue into dcfldd? I think that would be a useful feature....
Gary Funck
garyfunck
Offline Send Email
Feb 10, 2006
12:05 am
1923
Here's a perl script I wrote a while back that attempts to first copy with at full speed and backs of to use block-by-block if errrors are found. CAVEAT...
Gary Funck
garyfunck
Offline Send Email
Feb 10, 2006
12:20 am
1924
I am looking in to it as we speak. If I am correct, the only advantages of dd_rescue are as follows (beyond what conv=sync,noerror provides): 1. The ability...
Nicholas Harbour
nicholasharbour
Offline Send Email
Feb 12, 2006
2:33 pm
1925
... I would guess that with modern drives, which have their own elaborate internal error recovery, and with a Linux driver layered on top of that - that...
Gary Funck
garyfunck
Offline Send Email
Feb 12, 2006
7:07 pm
1926
... Without the ability to drop to a lower blocksize in case of read errors, the trade-off is to find lowest possible blocksize that will yield good...
Nicholas Harbour
nicholasharbour
Offline Send Email
Feb 13, 2006
12:02 am
1927
... This makes a lot of sense, as does the equation you presented behind it. However, does this also mean that the hashwindow you use will impact the overall...
Blare Sutton
blare_sutton
Offline Send Email
Feb 13, 2006
6:47 am
1928
... The hashwindow size you pick should have no real affect on performance except for the added IO of writing out the potentially HUGE hashlog if your ...
Nicholas Harbour
nicholasharbour
Offline Send Email
Feb 13, 2006
11:37 pm
1929
... hdparm has some options, which on the face of things look like they may affect performance: -a get/set fs readahead -A set drive read-lookahead flag...
Gary Funck
garyfunck
Offline Send Email
Feb 13, 2006
11:58 pm
1930
Hi to all guys, Anyone knows some guidelines or examples about how to do forensics reports? I know that you must show all the steps that you did, how were the...
Francisco Pecorella
fpecorel
Offline Send Email
Feb 15, 2006
8:09 pm
1931
Hi, look http://www.ojp.usdoj.gov/nij/pubs-sum/199408.htm (good guideline and examples) Best Regards Vincent Lemoine Policeman Officer Squad Forensics Unit ...
vincent lemoine
moineau92
Offline Send Email
Feb 15, 2006
8:44 pm
1932
Great guide and some impressive worksheets in Appendix C. A few thoughts from a lawyer, though: 1. Records help you remember what you did and, in a few cases,...
Stevens R. Miller
bobhey2000
Offline Send Email
Feb 15, 2006
9:19 pm
1933
hi all, I am going to build a forensic software for PDA. Means WinCE,palm OS, Linux, Blackberry and some high end symbian OS based phone. I have done...
suman
sumanadak
Offline Send Email
Feb 16, 2006
4:53 am
1934
Hi bollix, Now i am building GUI for analysis in GTK+,GLADE, Anjuta IDE. I have just started now. If u see the paraben PDA forensic software which is for...
suman
sumanadak
Offline Send Email
Feb 17, 2006
4:19 am
1935
... [...] ... Isn't 512 the default for regular old 'dd'? If dcfldd's default is different that dd's, I think it is important that the document (man page)...
Gary Funck
garyfunck
Offline Send Email
Feb 19, 2006
10:52 pm
1936
... Yes. ... from human.c /* The default block size used for output. This number may change in the future as disks get larger. */ #ifndef DEFAULT_BLOCK_SIZE ...
farmerduderl
Offline Send Email
Feb 20, 2006
4:44 am
1939
Interesting, lengthy, thread on the security focus forensics list: http://www.securityfocus.com/archive/104/425449/30/0/threaded The person who originally...
Gary Funck
garyfunck
Offline Send Email
Feb 23, 2006
5:53 pm
1940
My approach is to identify each sector that generates an error as well as the specific error. A checksum error simply means that either the data is unreliable...
ASR Data
asrdata
Offline Send Email
Feb 27, 2006
3:22 pm
1941
... Do you use the same approach also with disks with thousands of bad sectors? It sounds really tedious... :) ... -- mk...
Michele Vetturi
mvetturi
Offline Send Email
Feb 27, 2006
4:20 pm
1942
Very sensible approach. How much of that must be done manually? Can you automate it?...
Stevens R. Miller
bobhey2000
Offline Send Email
Feb 27, 2006
4:46 pm
1943
... Since your display name is ASR Data, when you say "my approach", do you mean the approach taken by some component of SMART, or just your own personal...
Gary Funck
garyfunck
Offline Send Email
Feb 27, 2006
9:10 pm
1944
Coming back to this. I'll offer a suggestion on what I think might be 'best practice'. First, by way of example, let's say that we used an imaging approach...
Gary Funck
garyfunck
Offline Send Email
Feb 27, 2006
9:38 pm
1946
I used dclfdd to create an image file from Knoppix (FoRK); how can I now analyse the file (or add as evidence) in enCase? Any thoughts? Thanks....
greggmaynard
Offline Send Email
Mar 7, 2006
7:52 pm
1947
... Really depends on what version of linux you are running enCase on. Please confirm. Harry....
Harry Duncan
usr.src.linux@...
Send Email
Mar 7, 2006
8:06 pm
Messages 1915 - 1947 of 3158   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help