- Order:
- Duration: 3:20
- Published: 22 Apr 2010
- Uploaded: 23 Nov 2010
- Author: independentfilmcom
- http://wn.com/LaCie_NAB_Show_booth_tour_2010_hard_drive_storage_solutions
- Email this video
- Sms this video
Disk storage or disc storage is a general category of storage mechanisms, in which data are digitally recorded by various electronic, magnetic, optical, or mechanical methods on a surface layer deposited of one or more planar, round and rotating platters. A disk drive is a device implementing such a storage mechanism with fixed or removable media; with removable media the device is usually distinguished from the media as in compact disc drive and the compact disc. Notable types are the hard disk drive (which contain a non-removable disc), the floppy disk drive and its removable floppy disk, various optical disc drives and associated media.
Musical and audio information was originally recorded by analog methods (see Sound recording and reproduction). Similarly the first video disc used analog recording. Analog recording has been mostly replaced by digital optical technology where the data is recorded in a digital format as optical information.
The first commercial disk storage device, that is the first commercial digital disk storage device, was the IBM RAMAC 350 shipped in 1956 as a part of the IBM 305 RAMAC computing system. Disk storage is now used in both computer storage and consumer electronic storage (e.g., audio CD and video DVD).
The random-access, low-density storage of disks was developed to complement the already used sequential-access high-density storage provided by magnetic tape. Vigorous innovation in disk storage technology, coupled with less vigorous innovation in tape storage, has reduced the density and cost per bit gap between disk and tape, reducing the importance of tape as a complement to disk.
Today disk storage devices typically have a single head that moves across a disk surface; earlier there were fixed head devices with multiple heads per surface but today they are no longer being manufactured. Movable head devices store more data per sensor and usually more per area of the medium. Fixed head devices avoid the seek time, while the head moves to the data.
Disk drives are block storage devices. Each disk is divided into logical blocks (collection of sectors). Blocks are addressed using their logical block addresses (LBA). Read from or writing to disk happens at the granularity of blocks.
Originally the disk capacity was quite low and has been improved in one of several ways. Improvements in mechanical design and manufacture allowed smaller and more accurate heads, meaning that more tracks could be used on each of the platters. Advancements in data compression methods created more information in each of the individual sectors, and this was instrumental in allowing drives to store smaller units of data. sectors of data, the smallest unit stored, were reduced and so less wasted space was created.
The drive stores data onto cylinders, heads and sectors. The sectors unit is the smallest size of data to be stored in a Hard Disk Drive and each file will have many sectors units assigned to it. The smallest entity in a CD is called a frame, which consists of 33 bytes and contains six complete 16-bit stereo samples (two bytes × two channels × six samples = 24 bytes). The other nine bytes consist of eight CIRC error-correction bytes and one subcode byte used for control and display.
The information is sent from the computer processor to the BIOS into a chip controlling the data transfer. This is then sent out to the hard drive via a multi-wire connector. Once the data is received onto the circuit board of the drive, it is translated and compressed into a format that the individual drive can use to store onto the disk itself. The data is then passed to a chip on the circuit board that controls the access to the drive. The drive is divided into sectors of data stored onto one of the sides of one of the internal disks. In the picture opposite we have two disk, this gives us 4 sides.
The hardware on the drive tells the actuator arm where it is to go for the relevant track and the compressed information is then sent down to the head which changes the physical properties, optically or magnetically for example, of each byte on the drive, thus storing the information. A file is not stored in a linear manner, rather, it is held in the best way for quickest retrieval.
Mechanically, there are usually two types of motion: the constant rate rotation, which passes the data of a track sequentially under a read head, and the radial (side-to-side) head motion or seek, which selects the track. Rotation is faster than seek, so the logical blocks are related in simple ways to the physical tracks.
This text is licensed under the Creative Commons CC-BY-SA License. This text was originally published on Wikipedia and was developed by the Wikipedia community.