Skip site navigation (1)Skip section navigation (2)
Date:      11 Mar 2004 20:55:50 -0500
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        lee@slaughters.com
Cc:        FreeBSD Questions Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: incorrect super block
Message-ID:  <447jxqde1l.fsf@be-well.ilk.org>
In-Reply-To: <4050D554.9090102@slaughters.com>
References:  <4050D554.9090102@slaughters.com>

next in thread | previous in thread | raw e-mail | index | archive | help
lee slaughter <lee@slaughters.com> writes:

> doing a backup:
> burncd -f  /dev/acd1 data /home/backups/rtfm.lees.20030311.tar.gz  fixate
> 
> mount /dev/acd1 /cdrom    gives  "incorrect super block"
> 
> is an iso9660 format expected?

No, in that case a UFS format is expected.

> where does one look for error messages?

You have them already.

There is no filesystem support for mounting gzipped tar files as
filesystems, so you'll have to use it as a raw device.
     tar -xzf /dev/acd1
should extract the data.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?447jxqde1l.fsf>