lee slaughter <[EMAIL PROTECTED]> 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.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to