Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!boulder!ccncsu!segovia.CS.ColoState.Edu!wendt From: wendt@segovia.CS.ColoState.Edu (alan l wendt) Newsgroups: comp.unix.questions Subject: Re: Can you recover deleted files in Unix ?!? Message-ID: <2444@ccncsu.ColoState.EDU> Date: 21 Aug 89 19:40:58 GMT References: <740@ndcheg.cheg.nd.edu> Sender: news@ccncsu.ColoState.EDU Reply-To: wendt@segovia.CS.ColoState.Edu.UUCP (alan l wendt) Distribution: na Organization: /etc/organization Lines: 9 One thing to try is to run the "strings" command on the unmounted disk, and pipe the result to a file on another disk, which you then edit to extract the info that you need. Usually you won't be able to run vi on the resulting file, because it will be too big. If that happens, you can use strings piped into combinations of head and tail to extract 10K-line pieces. Alan W.