Re: Hardware RAID df output...



Jason Rangle <jjrangle@xxxxxxxxxxx> wrote:
I'm brand new to FreeBSD and unix for that matter. I don't think I
installed FreeBSD correctly on my hardware RAID 1. Here is my df -h and
dmesg output. It seems like I should be showing the partitions
installed on ar0 rather than ad4.
acd0: CDROM <SAMSUNG CD-ROM SC-152C/CS05> at ata1-master PIO4
ad4: 76319MB <Seagate ST380011A 3.06> at ata2-master UDMA100
ad5: 76319MB <Seagate ST380011A 3.06> at ata2-slave UDMA100
ar0: 76318MB <Silicon Image Medley RAID1> status: READY
ar0: disk0 READY (master) using ad4 at ata2-master
ar0: disk1 READY (mirror) using ad5 at ata2-slave
test-fbsd# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad4s1a 496M 58M 398M 13% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad4s1e 496M 12K 456M 0% /tmp
/dev/ad4s1f 69G 2.1G 61G 3% /usr
/dev/ad4s1d 1.4G 13M 1.3G 1% /var
Did I screw it up? If so, is there a way to "fix" it with dd or
something? Thanks for the non-flame comments.

You should be able to fix it in /etc/fstab. Just replace ad4 with ar0. Test
it with /tmp, unmount it, replace the string in /etc/fstab and then
"mount -a". If everything is fine, there you go.

HTH, Helmut

--
Please do not feed my mailbox, Swen still does his job well


.