Unix and Linux Discussions Tagged with support |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
34,819 |
What is on Your Mind? |
|
|
|
3 |
7,178 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
5,070 |
What is on Your Mind? |
|
|
|
1 |
8,440 |
Linux |
|
|
|
1 |
12,423 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
4 |
3,868 |
Solaris |
|
|
|
12 |
8,250 |
HP-UX |
|
|
|
0 |
1,429 |
Software Releases - RSS News |
|
|
|
4 |
6,298 |
Programming |
|
|
|
0 |
1,179 |
Software Releases - RSS News |
|
|
|
0 |
2,044 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,384 |
OS X Support RSS |
|
|
|
0 |
988 |
Software Releases - RSS News |
|
|
|
0 |
1,115 |
Software Releases - RSS News |
|
|
|
7 |
7,206 |
AIX |
|
|
|
0 |
1,822 |
UNIX and Linux RSS News |
|
|
|
0 |
1,140 |
Software Releases - RSS News |
|
|
|
0 |
1,436 |
Software Releases - RSS News |
|
|
|
0 |
2,442 |
UNIX and Linux RSS News |
|
|
|
0 |
1,361 |
Software Releases - RSS News |
|
|
|
0 |
1,647 |
UNIX and Linux RSS News |
|
|
|
0 |
1,668 |
Software Releases - RSS News |
|
|
|
1 |
11,788 |
OS X (Apple) |
|
|
|
0 |
1,952 |
Security Advisories (RSS) |
|
|
|
3 |
2,967 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
10,367 |
HP-UX |
|
|
|
10 |
6,686 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,797 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,931 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
2 |
19,517 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
9,644 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,618 |
IP Networking |
|
|
|
1 |
2,726 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,754 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,749 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
2,965 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,334 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,776 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,928 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
10,949 |
UNIX for Dummies Questions & Answers |
ATARAID(4) BSD Kernel Interfaces Manual ATARAID(4)
NAME
ataraid -- software BIOS RAID
SYNOPSIS
pseudo-device ataraid
ld* at ataraid? vendtype ? unit ?
DESCRIPTION
The ataraid driver provides support for BIOS-based software RAID controllers. These are devices which have some simple support for several
basic RAID levels (often RAID 0 and RAID 1), but which require software support to actually perform the RAID function. The BIOS support is
largely just to create and recognize the array so that it may be a boot device.
The driver currently supports RAID formats from:
o Adaptec HostRAID (found in Intel 6300ESB)
o Intel MatrixRAID
o JMicron RAID
o nVidia MediaShield
o Promise FastTrak
o Via V-RAID (found in many VIA-based motherboards)
Status of the logical disk as well as the disks associated with it, can be viewed through the bioctl(8) utility.
SEE ALSO
ld(4), bioctl(8)
HISTORY
The ataraid driver first appeared in NetBSD 2.0.
AUTHORS
The ataraid driver was originally adapted from FreeBSD by Jason Thorpe <thorpej@NetBSD.org>.
BUGS
Not all features of the software RAID are currently recognized or supported. For example, the Adaptec support doesn't recognize when a RAID
1 should be in a ``building'' state, and it does not do the right thing.
At least part of the reason for this is that the publically-available information on these formats is quite limited.
BSD
September 16, 2008 BSD