hmm. It sounds like the problem might be something else, then. One other thing you might try: Overwrite that partition with zeroes (dd if=/dev/zero of=/dev/ad0s1d) and then newfs and mount (newfs /dev/ad0s1d && mount /dev/ad0s1d).
Sometimes overwriting with zeroes will make problems go away -- don't ask me why.
|