VRAID.FLT: Difference between revisions
Appearance
No edit summary |
|||
Line 24: | Line 24: | ||
==Download== | ==Download== | ||
* [http://hobbes.nmsu.edu/h-search.php?key=vraid23.zip Hobbes] | * [http://hobbes.nmsu.edu/h-search.php?key=vraid23.zip Hobbes] | ||
* Source Code: [https://github.com/OS2World/DRV-VRAID Github], [ftp://ftp.netlabs.org/pub/vraid/ Netlabs] | |||
==License== | |||
* BSD 3 Clauses | |||
[[Category:BASEDEV Statements]] | [[Category:BASEDEV Statements]] |
Revision as of 17:35, 7 July 2018
Software RAID Filter
BASEDEV=VRAID.FLT <parameter>
Parameter
- /V
- Verbose
- /DEBUG
- Displays even more messages. Not generally usefull.
- /!SHARE
- Don't share disks with OS/2.
NOTE: Load DSKSLEEP.FLT before VRAID.FLT so it can see the original disks. Load PARTFILT.FLT (from EXT2FS or FAT32.IFS) behind VRAID.FLT. PARTFILT.FLT duplicates any disk with an FAT32 or EXT2FS partition which will duplicate any VRAID partition residing on the same disks.
OS/2 2.x | OS/2 3.0 | OS/2 4.0 | OS/2 4.5x |
---|---|---|---|
Yes | Yes | Yes | Yes |
Download
License
- BSD 3 Clauses