Amiga Rigid Disk Block
Encyclopedia
In computing, a rigid disk block (RDB) is the block on a hard disk
Hard disk
A hard disk drive is a non-volatile, random access digital magnetic data storage device. It features rotating rigid platters on a motor-driven spindle within a protective enclosure. Data is magnetically read from and written to the platter by read/write heads that float on a film of air above the...

 where the Amiga
Amiga
The Amiga is a family of personal computers that was sold by Commodore in the 1980s and 1990s. The first model was launched in 1985 as a high-end home computer and became popular for its graphical, audio and multi-tasking abilities...

 series of computers store the disk's partition and filesystem information. The PC equivalent of the Amiga's RDB is the master boot record
Master boot record
A master boot record is a type of boot sector popularized by the IBM Personal Computer. It consists of a sequence of 512 bytes located at the first sector of a data storage device such as a hard disk...

 (MBR).

Unlike its PC equivalent, the RDB doesn't directly contain metadata for each partition. Instead it points to a linked list
Linked list
In computer science, a linked list is a data structure consisting of a group of nodes which together represent a sequence. Under the simplest form, each node is composed of a datum and a reference to the next node in the sequence; more complex variants add additional links...

 of partition blocks, which contain the actual partition data. The partition data includes the start, length, filesystem, boot priority, buffer memory type and "flavor", though the latter was never used. Because there is no limitation in partition block count, there is no need to distinguish primary and extended types and all partitions are equal in stature and architecture.

The data in the rigid disk block must start with the ASCII
ASCII
The American Standard Code for Information Interchange is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that use text...

bytes "RDSK". Furthermore, its position is not restricted to the very first block of a volume, instead it could be located anywhere within its first 16 blocks. Thus it could safely coexist with a master boot record, which is forced to be found at block 0.

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK