Jump to content

LOCKDRV.FLT: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user 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


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


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


Notes:  
Notes:  
# CDROM and Diskette (A:, B:) devices are not included in this count.
# 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.


# The BASEDEV= stmt 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.


However, if other Filter ADDs are installed, then the LOCKDRV stmt must appear in the proper order with regard to other Filter ADD statements.
[[Category:BASEDEV Statements]][[Category:Filter Device Drivers]]
 
[[Category:BASEDEV Statements]]

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.