Diskmon 2.01

Diskmon 2.01 Screenshot DiskMon is an utility which logs and displays all hard disk activity on a Windows system.

Developer:   Mark Russinovich
      software by Mark Russinovich →
Price:  0.00
License:   Freeware
File size:   0K
Language:   
OS:   Windows Vista (?)
Rating:   0 /5 (0 votes)

DiskMon is an utility which logs and displays all hard disk activity on a Windows system. You can also minimize DiskMon to your system tray where it acts as a disk light, presenting a green icon when there is disk-read activity and a red icon when there is disk-write activity.

Using standard filtering techniques it is not possible for a dynamically loaded driver like DiskMon to attach to hard disk device objects and see requests originating in file systems.This is because file system drivers open disk devices during system initialization and, unlike the I/O Manager, file system drivers send IRPs directly at these devices. The I/O Manager allows for file system filter drivers to attach to file system devices after initialization because it checks for attached devices whenever it is going to send an Irp to a file system, and will direct the Irps to them instead.

DiskMon overcomes this limitation by using the technique I've developed of driver function interception. DiskMon locates a disk device's driver object and replaces the driver's dispatch entry points with its own. The DiskMon filter functions pass Irps it sees onto the hooked driver, and also intercepts completion routines in a similar way so that it can see the results of requests

On Windows 2 and higher Diskmon uses kernel event tracing. Event tracing is documented in the Microsoft Platform SDK and the SDK contains source code to TraceDmp, on which Diskmon is based.

tags file system  system drivers  event tracing  disk device  icon when  when there  hard disk  

Diskmon 2.01 screenshot


Download Diskmon 2.01

 Download Diskmon 2.01


Similar software

Diskmon 2.01 Diskmon 2.01
Mark Russinovich

DiskMon is an utility which logs and displays all hard disk activity on a Windows system.

Filter Driver Load Order 1.0.005 Filter Driver Load Order 1.0.005
busTRACE Technologies

busTRACE Technologies has developed a simple utility that allows you to view which filter drivers are specified for the Disk and CD/DVD devices on your computer.

Driver Magician 5.9 Driver Magician 5.9
GoldSolution software Inc

Driver Magician is an easy-to-use and powerful tool for driver backup and restoration in Windows operation system.

CallbackDisk 3.0 CallbackDisk 3.0
EldoS Corporation

With CallbackDisk you can create and manage virtual disk devices within your application and expose these disks to Windows as if they were real disk devices.

DriverExtractor 3.1 DriverExtractor 3.1
GrandUtils

For proper operation of any computer device (like modem, printer, video or sound card) the device driver must be installed.

Driver Detective 6.0.5.2 Driver Detective 6.0.5.2
PC Drivers HeadQuarters Inc.

Driver Detective will maintain your system updated and optimized with the latest drivers.

Portmon 3.02 Portmon 3.02
Mark Russinovich

Portmon is an application which monitors and displays all serial and parallel port activity on a system.

Driver Magician Lite 5.45 Driver Magician Lite 5.45
GoldSolution Software, Inc.

Driver Magician Lite identifies all the hardware in your computer, extracts their associated drivers from the hard disk and backs them up to a location of your choice.

Unknown Devices 1.4.18 Beta Unknown Devices 1.4.18 Beta
Halfdone Development

Identify unknown devices not recognized by Windows in your system especially after you reinstall your system and cannot figure out what all those yellow question mark labeled devices really are.

NTFSFlp 1.0 NTFSFlp 1.0
Mark Russinovich

Windows NT has never supported NTFS floppy disks, because Microsoft claims that floppy disks are too small for NTFS data structures.