Boneheaded Deletion
Once again I deleted some important files from a UFS file system on Unix. Once again I managed to get the bits off the disk despite having lost all the directory pointers. This time was much more brute force however.
grep -a -B1024 -A1024 ‘text in the file’ /dev/rdisk0s9
A good idea from here.
|