VRAID.FLT: Difference between revisions
Appearance
Created page with "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..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
;/!SHARE:Don't share disks with OS/2. | ;/!SHARE:Don't share disks with OS/2. | ||
'''NOTE:''' Load [[ | '''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. | ||
==License== | |||
* BSD 3 Clauses | |||
==Links== | |||
* [vraid23.zip] | |||
* Source Code: [https://github.com/OS2World/DRV-VRAID Github], [ftp://ftp.netlabs.org/pub/vraid/ Netlabs] | |||
[[Category:BASEDEV Statements]] | [[Category:BASEDEV Statements]] |
Latest revision as of 03:04, 18 January 2020
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.
License
- BSD 3 Clauses