fatal mistake
In the process of trying to get an IDE drive with a big ext3 fs mounted in openbsd, I sort of wrote an ffs filesystem over top of it. "newfs -N" was what I was looking for. I forgot the -N.
newfs, mount_mfs - construct a new file system
-N Causes the file system parameters to be printed out without
really creating the file system.
So I was wondering if any data recovery is possible and where to begin looking? The ffs only took about 30 sec to build on a 180gb drive so I would hope some files might be recoverable since there's no way every block was written to.
|