Date: Wed, 22 May 2002 08:33:07 -0400 From: PJourdan <info@lespetitsplaisirs.com> To: freebsd-questions@FreeBSD.ORG Subject: how to mount raid disk? Message-ID: <5.1.0.14.2.20020522083223.00aaa650@mail.host45.com>
next in thread | raw e-mail | index | archive | help
How can I mount a fasttrack ntfs raid? dmesg shows: ar0: 34413MB <ATA RAID0 array> [4387/255/63] subdisks: ad4: 17206MB <WDC AC418000D> [34960/16/63] at ata2-master UDMA66 ad6: 17206MB <WDC AC418000D> [34960/16/63] at ata2-master UDMA66 Obviously the installation is recognized and seems to funtion correctly. The entire RAID array is formatted ntfs and is on a separate SCSI disk from the FreeBSD hard drive (also SCSI) There is no mention in the disk naming conventions of Promise Fasttrack. There is no info re this on the mailing archives; nothing on Google. To mount, I have tried: mount -t ntfs /dev/ar0 /ms_raid [this directory has been created] mount -t ntfs /dev/ar0a /ms_raid mount -t ntfs /dev/ar0s1 /ms_raid all give syntax errors if I enter mount /dev/ar0 /ms_raid, I get message: wrong super block... What is a super block? I had no problem mounting the other ms-dos and ntfs disks in the box, both scsi and ide. Anyone know how to mount this raid? Thanks in advance. Phil Jourdan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.2.20020522083223.00aaa650>