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"
 
No edit summary
Line 1: Line 1:
Allows removable media such as MO's to be supported as though they were fixed hard drives.
Allows removable media such as MO's to be supported as though they were fixed hard drives.
  BASEDEV=LOCKDRV.FLT /UNIT:0
  BASEDEV=LOCKDRV.FLT /UNIT:0
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:
# CDROM and Diskette (A:, B:) devices are not included in this count.
# 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 stmt must appear in the proper order with regard to other Filter ADD statements.


[[Category:BASEDEV Statements]]
[[Category:BASEDEV Statements]]

Revision as of 22:14, 31 August 2017

Allows removable media such as MO's to be supported as though they were fixed hard drives.

BASEDEV=LOCKDRV.FLT /UNIT:0


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. CDROM and Diskette (A:, B:) devices are not included in this count.
  1. 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 stmt must appear in the proper order with regard to other Filter ADD statements.