: You should be able to 'dd' from /dev/ccd0 and /dev/ccd1 with the above, : and if there is no MBR the disklabel should be accessible via : /dev/ccd0s0 and /dev/ccd1s0. : : dd if=/dev/ccd0 bs=512 count=2 | hexdump -C : : disklabel ccd0s0 : : -- : : If you are depending on a reboot to setup the CCD, trying doing: : : ccdconfig -U : ccdconfig -C
Oh, and I will add... your ccd partitions for the purposes of mounting will be something like ccd0s0a, ccd0s0b, ccd0s0d, etc. -Matt