Jump to content

VRAID.FLT: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
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.


{|class="wikitable"
==License==
|+Platform Support:
* BSD 3 Clauses
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


==Download==
==Links==
* [http://hobbes.nmsu.edu/h-search.php?key=vraid23.zip Hobbes]
* [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

Links