Jump to content

LOCKDRV.FLT: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Allows removable media such as MO's to be supported as though they were fixed hard drives. BASEDEV=LOCKDRV.FLT /UNIT:0 Category:BASEDEV Statements"
 
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Allows removable media such as MO's to be supported as though they were fixed hard drives.
The '''LOCKDRIVE Filter''' (LOCKDRV.FLT) converts Removable DASD and R/W Optical drives to fixed disks which are managed by the OS/2 DASD Manager ([[OS2DASD.DMD]]).
BASEDEV=LOCKDRV.FLT /UNIT:0


[[Category:BASEDEV Statements]]
BASEDEV=LOCKDRV.FLT /UNIT:0,1 ... n
 
Where: /UNIT: - Specifies devices to be locked.
 
Devices are numbered starting with the first Removable DASD or R/W Optical Device (SCSI Types: 0 or 7).
 
Notes:
# CD-ROM and Diskette (A:, B:) devices are not included in this count.
# The BASEDEV= statement for LOCKDRV.FLT may be put in any where in CONFIG.SYS.
 
However, if other Filter ADDs are installed, then the LOCKDRV statement must appear in the proper order with regard to other Filter ADD statements.
 
[[Category:BASEDEV Statements]][[Category:Filter Device Drivers]]

Latest revision as of 17:20, 23 October 2019

The LOCKDRIVE Filter (LOCKDRV.FLT) converts Removable DASD and R/W Optical drives to fixed disks which are managed by the OS/2 DASD Manager (OS2DASD.DMD).

BASEDEV=LOCKDRV.FLT /UNIT:0,1 ... n

Where: /UNIT: - Specifies devices to be locked.

Devices are numbered starting with the first Removable DASD or R/W Optical Device (SCSI Types: 0 or 7).

Notes:

  1. CD-ROM and Diskette (A:, B:) devices are not included in this count.
  2. The BASEDEV= statement for LOCKDRV.FLT may be put in any where in CONFIG.SYS.

However, if other Filter ADDs are installed, then the LOCKDRV statement must appear in the proper order with regard to other Filter ADD statements.