Block Drivers (Windows Embedded CE 6.0)

1/6/2010

Block device drivers read or write data to block devices in fixed-size blocks. Block devices do not allow you to read or write individual bytes of data. Common block sizes are 512 bytes, 1 kilobyte (KB), 2 KB, and 4 KB. Block devices are ideally suited for mass storage and persistent storage applications, such as disk drives or nonvolatile RAM disks.

Some common types of block devices are hard disks and Advanced Technology Attachment (ATA) flash memory disks in miniature card, PC Card, and Compact Flash card form factors.

In This Section

  • Block Driver Development Concepts
    Explains the basic development concepts for block drivers, including how to configure your driver to interface with the file allocation table (FAT) file system and file system driver (FSD) Manager.
  • Power Management
    Describes the power management capabilities provided by the Windows Embedded CE OS.

See Also

Concepts

Windows Embedded CE Drivers