mount fasttrack raid ntfs
PJourdan <[email protected]> Wed, 22 May 2002 08:20:48 -0400
| Newsgroups | gmane.os.freebsd.configuration |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] with "unsubscribe freebsd-config" in the body of the message