Author: Ash
Date: 21-01-02 14:04
if newfs fails for you, like it did for me, do this:
% dd if=/dev/zero of=/dev/rccd0 count=2
% disklabel ccd0 > /tmp/disklabel.tmp
% disklabel -Rr ccd0 /tmp/disklabel.tmp
I found this info at http://www.the-labs.com/FreeBSD/#disk_tuning
|
|