Date: Fri, 12 Mar 2004 21:04:00 -0500 From: Bob Johnson <bob88@bobj.org> To: lee@slaughters.com Cc: freebsd-questions@freebsd.org Subject: Re: incorrect super block Message-ID: <200403122104.00759.bob88@bobj.org> In-Reply-To: <405252FF.7040702@slaughters.com> References: <4050D554.9090102@slaughters.com> <40524DC6.6050306@slaughters.com> <405252FF.7040702@slaughters.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 12 March 2004 07:17 pm, lee slaughter <lee slaughter <lee@slaughters.com>> wrote: > > i'll try tar alone and see what happens. > > that didn't work either. it should. > stumped..... As a diagnostic, it might tell you something useful if you use dd to read the tar file from the CD back to your hard drive, then untar it from the file on the HD. Something like # dd if=/dev/acd0c of=file.tar.gz bs=2048 Assuming that doesn't return an EOF error, you should be able to unpack file.tar.gz. If that works, it tells you something, but I'm not sure what. - Bob
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403122104.00759.bob88>