- Sample
map table:
Logical Address Physical Address
-------------------+------------------------------------
101001.......10 | (HostID, DiskID, ..., BlockID)
010101.......01 | (HostID, DiskID, ..., BlockID)
...
|
- To speed up the
look up operation
(using a logical address to
find a physical address),
the map table is
organized
as:
- The map table is
stored
on disk
(in a file)
|