SMREmulator 1.0
ShingledMagneticRecordingEmulator

ediv0_header_t Struct Reference

Defines the header for the Emulated Disk Image (EDI). More...


Detailed Description

Defines the header for the Emulated Disk Image (EDI).

Version 1 of the EDI defines an emulated disk of fixed size bands. The header file defines the size of a block on disk, the total number of shingled bands on the disk and the size of a band, in terms of the number of blocks it is made up of.

Parameters:
blk_sizeSize of a disk block, in bytes;
band_countNumber of bands on the emulated disk
band_sizeSize of a band, in terms of the number of blocks it spans.

Definition at line 44 of file ediv0.c.