Restore from SunOS 4.1.3 dump tape backup?
October 9, 2007 6:11 PM
Subscribe
How do I get files from this old backup?
I have a bunch of source code that I have backed up on an 8mm tape using the
SunOS 4.1.3 dump program (so it's a filesystem image rather than an archive) with an
Exabyte 8505 in the early '90s. I'd like to get the source code back, but I'm not sure how to go about it.
I can find the drives on ebay, so the first part of my plan involves getting the drive and using
dd to get the dumped images off. I haven't any idea how to get the files from the dumped images. I'd prefer not to use a commercial data recovery service.
Any suggestions?
posted by Calibandage to computers & internet (7 comments total)
1 user marked this as a favorite
%mount -t sun imagefile.bin /mount/point
..though you may need to use a loopback device somehow. I can't recall how I did that last time.
What OS are you mounting it on?
posted by pompomtom at 7:01 PM on October 9, 2007