View Single Post
  #6  
Old 10-14-2005, 03:37 AM
cperciva cperciva is offline
FreeBSD liaison
 
Join Date: Feb 2005
Posts: 103
cperciva is on a distinguished road
Default

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.
Reply With Quote