VRAID.FLT: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
'''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. | '''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