Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2003 23:19:32 -0700 (PDT)
From:      Robert Bell <tradica@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   RE: -- undo a rm -rf
Message-ID:  <20030608061932.107.qmail@web41510.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
This is the best solution I can recomend.
Provided you have not nuked the drive, you should be
able to extract config files, html files, and other
text data.

# dd if=/dev/ad0s1a /of=copy_of_ad0s1a -bs 512

# strings copy_of_ad0s1a > text_from_ad0s1a

after that, open in a text editor or parse through.
Goodluck

Robert



__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030608061932.107.qmail>