Re: Getting Data From Inodes (SOLVED)

2000-03-23 Thread Matthew Dillon
: :1) use dd to make the partition a file: : : dd conv=noerror,sync if=/dev/wd1s1e of=var.file : :2) use ffsrecov (from ports) to scan that file for backup superblocks (my :primary super block was corrupt so ffsrecov would crash if I tried to :recover anything) : : ffsrecov -s var.file

Getting Data From Inodes (SOLVED)

2000-03-23 Thread Andrew
Hi Everyone, I've solved my problem, and here is the problem & solution for the archives. Problem === I had a disk crash. Of course backups were out of the question (but I have learnt my lesson this time for sure :-). fsck fixed 2 out of 3 partitions with a few files in lost+found. I mounte