All About Disk Geometry and The 1024 Cylinder Limit For Disks. Large Disk mini-HOWTO Andries Brouwer, 1. 0, 9606261. The problem Suppose you have a disk with more than 1024 cylinders. Suppose moreover that you have an operating system that uses the BIOS.
Then you have a problem, because the usual INT 13 BIOS interface to disk I/O uses a 10-bit field for the cylinder on which the I/O is done, so that cylinders 1024 and past are inaccessible. Fortunately, Linux does not use the BIOS, so there is no problem. Well, except for two things: (1) When you boot your system, Linux isn’t running yet and cannot save you from BIOS problems. This has some consequences for LILO and similar boot loaders. (2) It is necessary for all operating systems that use one disk to agree on where the partitions are.
In other words, if you use both Linux and, say, DOS on one disk, then both must interpret the partition table in the same way. This has some consequences for the Linux kernel and for f disk. Below a rather detailed description of all relevant details. Note that I used kernel version 2. 0. 8 source as a reference.
Other versions may differ a bit. 2. Booting When the system is booted, the BIOS reads sector 0 (known as the MBR – the Master Boot Record) from the first disk (or from floppy), and jumps to the code found there – usually some bootstrap loader. These small bootstrap programs found there typically have no own disk drivers and use BIOS services. This means that a Linux kernel can only be booted when it is entirely located within the first 1024 cylinders. This problem is very easily solved: make sure that the kernel (and perhaps other files used during boot up, such as LILO map files) are located on a partition that is entirely contained in the first 1024 cylinders of a disk that the BIOSc an access – probably this means the first or second disk.
The Term Paper on Southwest Airlines- Central Issue, Problems, Evaluation, And Recommendations
Southwest Airlines started its service June 18, 1971 with three operating flights to Houston, Dallas, and San Antonio. It has grown to become the fourth largest United States domestic customer carrier with 1998 being Southwest Airlines twenty-sixth year of profits. It became a major airline in 1989 when it exceeded revenues of one billion dollars. Southwest Airlines is the only major short ...
Another point is that the boot loader and the BIOS must agree as to the disk geometry. It may help to give LILO the ‘linear’ option. More details below. 3. Disk geometry and partitions If you have several operating systems on your disks, then each uses one or more disk partitions. A disagreement on where these partitions are may have catastrophic consequences.
The MBR contains a partition table describing where the (primary) partitions are. There are 4 table entries, for 4 primary partitions, and each looks partition { char active; / 0 x 80: boot able, 0: not boot able / char begin[3]; / CHS for first sector / char type; char end[3]; / CHS for last sector / int start; / 32 bit sector number (counting from 0) / int length; / 32 bit number of sectors / }; (where CHS stands for Cylinder/Head/Sector).
Thus, this information is redundant: the location of a partition is given both by the 24-bit begin and end fields, and by the 32-bit start and length fields. Linux only uses the start and length fields, and can therefore handle partitions of not more than 2^32 sectors, that is, partitions of at most 2 TB. That is two hundred times larger than the disks available today, so maybe it will be enough for the next ten years or so. Unfortunately, the BIOS INT 13 call uses CHS coded in three bytes, with 10 bits for the cylinder number, 8 bits for the head number, and 6 bits for the track sector number.
Possible cylinder numbers are 0-1023, possible head numbers are 0-255, and possible track sector numbers are 1-63 (yes, sectors on a track a recounted from 1, not 0).
The Essay on Viruses Boot Sector
Most of us swap disks with friends and browse the Net looking for downloads. Rarely do we ever consider that we are also exchanging files with anyone and everyone who has ever handled them in the past. If that sounds like a warning about social diseases, its right along the same lines. Computer viruses are every bit as harmful and destructive, and come in a vast variety of types and strains. ...
With these 24 bits one can address 8455716864 bytes (7. 875 GB), two hundred times larger than the disks available in 1983. Even more unfortunately, the standard IDE interface allows 256 sectors / track , 65536 cylinders and 16 heads. This in itself allows access to 2^37 = 137438953472 bytes (128 GB), but combined with the BIOS restriction to 63 sectors and 1024 cylinders only 528482304 bytes (504 MB) remain addressable.
This is not enough for present-day disks, and people resort to all kinds of trickery, both in hardware and in software. 4. Translation and Disk Managers Nobody is interested in what the ‘real’ geometry of a disk is. Indeed, the number of sectors per track often is variable – there are more sectors per track close to the outer rim of the disk – so there is no ‘real’ number of sectors per track. For the user it is best to regard a disk as just a linear array of sectors numbered 0, 1, … , and leave it to the controller to find out where a given sector lives on the disk.
This linear numbering is known as LBA. The linear address belonging to (c, h, s) for a disk with geometry (C, H, S) is c H S + h S + (s-1).
All SCSI controllers speak LBA, and some IDE controllers do. If the BIOS converts the 24-bit (c, h, s) to LBA and feeds that to a controller that understands LBA, then again 7.
875 GB is addressable. Not enough for all disks, but still an improvement. Note that here CHS, as used by the BIOS, no longer has any relation to ‘reality’. Something similar works when the controller doesn’t speak LBA but the BIOS knows about translation. (In the setup this is often indicated as ‘Large’. ) Now the BIOS will present a geometry (C’, H’, S’) to the operating system, and use (C, H, S) while talking to the disk controller.
Usually S = S’, C’ = C/N and H’ = H N, where N is the smallest power of two that will ensure C’ 1024, and moreover either the ‘extended’ boot parameter was given, or the ‘extended’ bit was set in the SEE PROM or BIOS, in which case H = 255, S = 63. bus logic: H = 64, S = 32 unless C > = 1024, and moreover extended translation was enabled on the controller, in which case if M < 2^22 then H = 128, S = 32; otherwise = 255, S = 63. However, after making this choice for (C, H, S), the partition table is read, and if for one of the three possibilities (H, S) = (64, 32), (128, 32), (255, 63) the value endH = H-1 is seen somewhere then that pair (H, S) is used, and boot message is printed 'Adopting Geometry from Partition Table'. f domain: Find the geometry information in the BIOS Drive Parameter Table, or read the partition table and use H = endH+1, S = endS for the first partition, provided it is nonempty, or use H = 64, S = 32 for M < 2^21 (1 GB), H = 128, S = 63 forM < 63 2^17 (3. 9 GB) and H = 255, S = 63 otherwise. in 2000: Use the first of (H, S) = (64, 32), (64, 63), (128, 63), (255, 63) that will make C.
The Term Paper on Floppy Disk Data Computer System
1. World War II is not generally remembered for triumphs of technology; however, it was during the war that computers were first created for a specific purpose. The British built a computer called Colossus to break the codes produced by the German Enigma encrypting machine. The Americans built the Electronic Numerical Integrator Analyzer and Computer (ENIAC) to produce missile trajectory tables. ...