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 your group to be featured on the Yahoo! Groups website? 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 2086 - 2121 of 3158   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2086
A colleague of mine has been tasked with extracting the unused filesystem space from within a Novell Filesystem. Does anyone know how to do this or which tools...
The Dog's Bollix
ISXPRO
Offline Send Email
May 3, 2006
4:23 pm
2087
... Yahoo! India Answers: Share what you know. Learn something new. Click here Send instant messages to your online friends - NOW [Non-text portions of this...
Murali
tt_muralee
Offline Send Email
May 8, 2006
2:01 pm
2088
... Check out http://www.runtime.org/captain.htm. I saw in another Linux forum as a suggested tool. It has a data recovery feature that may provide some...
Jacques B.
jboucher_work
Offline Send Email
May 9, 2006
1:32 pm
2094
Well, Many of you will notice that Linux-Forensics.com and Putercops.org are nowe one in the same. I have decided to centralize all my efforts to one site. I...
Ernie Baca
dborderman
Offline Send Email
May 30, 2006
7:26 pm
2096
As this group is a good example of practicing forensics, I'm wondering if any of you have a preference for imaging devices. I've found that imaging a drive...
Ronald L. Chichester
ron@...
Send Email
Jun 6, 2006
7:32 pm
2097
... Well, at my current job, the Standard Operating Procedure is to: 1. extract the source drive 2. put it in a drive carrier (Like an IDE "cold swap" tray) 3....
Mark W. Jeanmougin
JSinfonia
Offline Send Email
Jun 6, 2006
11:01 pm
2098
I missed this earlier, but in re-reading some of the list messages I noticed it and couldn't resist responding. Your assumption that there is "essentially no...
Steve Gibson
sw_gibson
Offline Send Email
Jun 7, 2006
1:02 pm
2099
... I did some work for a firm that used one of those (not sure if it was the same make/model, of course, but they had a hand-held imager). What a ...
Stevens R. Miller
bobhey2000
Offline Send Email
Jun 7, 2006
1:33 pm
2100
... Sorry to be unclear. My "appliance" was just a PC with Linux and a custom script. :) It worked great! ... Good point. I've got a Canon 20D which has a...
Mark W. Jeanmougin
JSinfonia
Offline Send Email
Jun 7, 2006
3:01 pm
2101
Hi Ronald, ... Personally, I like firewire. Here are a few random comments... Firewire 1394b (800mb/s) is quick and stable for long/big data transfers (like...
nikkel@...
Send Email
Jun 7, 2006
3:49 pm
2102
... After not getting a new iMac opened, I was told about holding down the T key on the keyboard while booting to get into this target disk mode. Very cool. I...
Mark W. Jeanmougin
JSinfonia
Offline Send Email
Jun 7, 2006
5:11 pm
2103
Thanks, Bruce. That is exactly what I needed. Best wishes, Ron...
Ronald L. Chichester
ron@...
Send Email
Jun 7, 2006
5:51 pm
2104
I'm giving a presentation on metadata to the Computer & Technology Section of the Texas Bar. I wanted to include a "demo" of viewing metadata, particularly...
Ronald L. Chichester
ron@...
Send Email
Jun 9, 2006
4:52 pm
2105
Hi Ron, Interesting question, I'm looking around myself for a similar application. For what I know, you could use fccu-docprop ...
Emat
forensics@...
Send Email
Jun 9, 2006
6:11 pm
2106
It's not exactly that but Hachoir seems good, and it has a section about metadata. http://hachoir.python-hosting.com/ "Hachoir is a library written in Python...
Manu
linux_forensics.yahoo...
Send Email
Jun 9, 2006
6:32 pm
2107
The purpose of this document is to outline my current Penguin Sleuth Project, establish goals, and release new Penguin Sleuth Project to the general public as...
Ernie Baca
dborderman
Offline Send Email
Jun 12, 2006
10:53 pm
2108
If your keen on a bit of perl programing, take a look at these: http://cpan.mirrors.ilisys.com.au/authors/id/H/HC/HCARVEY/ ...
Adam Daniel
adamd@...
Send Email
Jun 13, 2006
12:31 am
2109
Hi list, I'm running some tests on an image with foremost and dd and I bumped upon this which I can't really explain: #istat floppy1.001 22 Directory Entry: 22...
forensics@...
Send Email
Jun 13, 2006
1:07 pm
2110
foremost works by ignoring the file system, so it must use the file header to find the end of the file (the header must say the file size). istat uses the file...
Atila Romero
atilaromero
Offline Send Email
Jun 13, 2006
1:32 pm
2111
... Would the cluster size have any impact on this? I'm assuming a floppy has 1 sector per cluster so it shouldn't matter. Is perhaps foremost recovering ...
Jacques B.
jboucher_work
Offline Send Email
Jun 14, 2006
4:10 pm
2112
Hi All I am a bit stuck on this one so any info/advice appreciated ! I am trying to image an "Iqon" laptop that contains a single western Digital ide hdd,...
Stuart Bird
e_tective
Offline Send Email
Jun 19, 2006
1:51 pm
2113
Stuart, do you specify the port to which you want to connect? You commandline should be something like: /root# dd if=/dev/sda bs=512 | nc -w 3 <ip of Gentoo...
Geert VAN ACKER
geert.vanacker@...
Send Email
Jun 19, 2006
2:12 pm
2114
Try this: dd if=/dev/sda bs=512 | nc <ip of Gentoo box> 7000 or even better, dd if=/dev/sda bs=512 conv=noerror,sync | nc <ip of Gentoo box> 7000 Atila...
Atila Romero
atilaromero
Offline Send Email
Jun 19, 2006
2:19 pm
2115
Geert VAN ACKER wrote: > Stuart, > > do you specify the port to which you want to connect? You commandline > should be something like: > > /root# dd...
Stuart Bird
e_tective
Offline Send Email
Jun 19, 2006
2:23 pm
2116
I agree with Geert, but would add the following parms; Set the bs= to a larger value so it is more efficient (and hopefully faster), and -n to netcat to...
BJ Bellamy
bellamy_bj
Offline Send Email
Jun 19, 2006
2:24 pm
2117
... Or gzip first and gunzip after the transfer if you want to reduce the network traffic. If you want to see the progress, add pipebench or pv to view...
Geert VAN ACKER
geert.vanacker@...
Send Email
Jun 19, 2006
4:51 pm
2118
Stuart -- Have you considered that the hard drive itself has gone belly up? If you've got a failed hardware device, no amount of finessing is going to bring...
Steve Fowler
sfowler@...
Send Email
Jun 19, 2006
8:35 pm
2119
If you have a failing drive you can try putting it in a brown paper bag and into the freezer for a while. Then take it out and try imaging it right away. In...
Jacques B.
jboucher_work
Offline Send Email
Jun 19, 2006
8:44 pm
2120
Although it can sometimes work, I don't recommend the freezer idea. I've recovered more than 10,000 drives & while I have known the freezer trick to work for...
Steve Burgess
diarmiud
Offline Send Email
Jun 19, 2006
9:05 pm
2121
the problem with stiction is that there are many causes, most of which are customers or computer builders not properly cooling the hard drives. but the suggest...
Jonathan Fitzgerald
vipor350
Online Now Send Email
Jun 20, 2006
12:31 am
Messages 2086 - 2121 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