External USB disks

Theexternal hard drive is an input/output peripheral of a computer or storage device that is used for storing any type of file.

It is generally composed of a normal hard disk, inserted into a special one caseequipped with connection ports to a personal computer. Various connection technologies have been used such asUSB, FireWire, SCSI, eSATA.

External hard disk drives are usually available as pre-assembled integrated products, but can also be assembled by combining an external enclosure (with USB or other interface) with a separately purchased drive. They are available in 2.5-inch and 3.5-inch sizes; The 2.5-inch variants are typically called portable external drives, while the 3.5-inch variants are referred to as desktop external drives. "Portable" drives are packaged in smaller, lighter cases than "desktop" drives; Additionally, "portable" drives use power provided by the USB connection, while "desktop" drives require external power blocks.

Features such as biometric security or multiple interfaces (ad esempio Firewire)they are available at a higher cost.

hard-disk-esterno.jpg

Theexternal hard disk can be adopted for various reasons:

- satisfy the mobility needs of some users, who need to have data on multiple computers;

- make backup copies of programs or files on your computer;

- periodically archive less used files, to free up memory space on the computer's hard disk and/or to avoid slowdowns when starting the operating system and programs;

- security needs: to have hardware-level protection of data, saved on a device that can conveniently be disconnected from network connections.

- store data in general.

The multimedia hard disks are external hard drives that allow connection to audio and video players, such as televisions, radios, MP3 players.

These hard drives have a USB input cable to interface with the computer, audio sockets and SCART output socket for the connected player. They are operated by a remote control to choose files, adjust volume, color, and other playback options.

Each multimedia external hard disk can be programmed as a high quality audio and video recorder, in the format you want, from the peripheral to which it is connected, via Scart socket, normal antenna cable, USB socket.

If the television or digital terrestrial decoder, or other connected receiver, has a USB port, it is possible to replace the multimedia hard disk with a cheaper external hard disk. The USB port has an information flow that is bidirectional: it can be used to read content from the hard disk into the TV, or to record from the TV or receiver to the hard disk.

Hard-disk-esterno-e-hard-disk-interno-differenze-confronto.jpg

Thehard disk is basically made up of one or more rapidly rotating plates, made of aluminum or glass, covered with ferromagnetic material and two heads for each platt (one on each side),that, during operation they "fly" at a distance of a few tens of nanometers from the disk surface, reading or writing data. The head is kept raised by the air moved by the rotation of the discs whose frequency or rotation speed can exceed 15,000 revolutions per minute; currently the standard rotation values ​​are 4,200, 5,400, 5,980, 7,200, 10,000 and 15,000 revolutions per minute.

The storage or writing of information or data on the surface of the ferromagnetic support essentially consists in the transfer of a certain direction to the magnetization of a certain number of Weiss domains. A bit of information (1 or 0) is associated with a certain state (direction) of magnetization. The number of Weiss domains that make up a single bit, multiplied by their average surface extension, compared to the available storage surface, provides the information density (bits for square inch). Therefore, cramming a greater quantity of data into the same disk requires reducing the number of domains that contribute to the definition of a single bit and/or reducing the area of ​​a single magnetic domain.

The continuous evolution of hard disk technology has now brought us close to the tolerable lower physical limit: when in fact the number of domains that define a single bit has approached unity and their area is of the order of a few square nanometres, the thermal energy of the system has now become comparable to magnetic energy and a very short time is sufficient to reverse the direction of the magnetization of the domain and thus lose the information contained.

In the past, the reading/writing of magnetic information was entrusted to inductive heads, miniaturized copper windings capable of detecting, during the reading phase and according to the principle of magnetic induction, the variation in the flow of the static magnetic field as the head passes between one bit and the next of a track containing the bits, or in a dual manner impressing a magnetization on the disk being written.

he evolution that spintronics brought into everyone's homes were the magnetoresistive heads, based on a device, the spin-valve, capable of varying resistance as the intensity of the magnetic field changed. The advantage given by these heads lies in their sensitivity, better than the old inductive heads, and in their very small size, which allows us to follow the pace of evolution towards the nanometer regarding the area of ​​a single bit. Finally, the near future will see reading heads based on magnetic tunneling junctions, MTJ, as protagonists of the scene.

miglior-hard-disk-esterno.jpg

Typically for the storage of digital data the hard disk requires the preliminary operation of logical formatting with choice of the particular logical data storage system to be used known as file system, through which the operating system is able to write andrecover data.

800px-Hard_disk_head.jpg

The data, at the physical level, are generally stored on disk following a well-defined physical allocation scheme based on which the area where the data can be read/written on the disk can be reached. One of the most widespread is the so-called CHS( Cylinder/Head/Sector); in this structure the data is stored with a number as physical address for each of the following physical entities:

Platt: a hard disk is made up of one or more parallel disks, called "platters", and each side of the platters is identified by a unique number; for each plate there are two heads, one for each of the two sides.

Head:on each platter there is a head for each side of the same, for writing or reading access to the stored data; the position of this head is integral with all the others on the other platters. In other words, if a head is placed above a track, all heads will be placed in the cylinder to which the track belongs.

Track(A): each plate is made up of numerous numbered concentric rings, called tracks, each identified by a unique number.

Geometric sector (B): each plate is divided into equal radial "slices", each identified by a unique number.

Cluster (D): set of contiguous track sectors.

Cylinder: the set of tracks at the same distance from the center present on all discs or platters is called a cylinder. Matches all tracks with the same number, but different plate.

Blocco: The set of sectors placed in the same position in all plates.

This structure introduces a physical geometry of the disk that consists of a series of "coordinates" CHS, expressible by indicating cylinder, head, sector. In this way it is possible to uniquely address each block of data on the disk. For example, if a hard disk is made up of 2 disks (or equivalently 4 platters), 16384 cylinders (or equivalently 16,384 tracks per platter) and 16 sectors, and each sector of a track has a capacity of 4096 bytes, then the capacity of the disk will be 4 × 16384 × 16 × 4096 bytes, i.e. 4 GB.

The interleaving factoris the number of sectors of the hard disk that must be skipped to consecutively read all those of the track. This strictly depends on the performance characteristics of the hard disk itself, i.e. the rotation speed of the disk, the movement of the seekers with their heads and the read-write speed of the head itself.

This process was introduced because initially the CPUs, which received and reprocessed the read data, performed these actions at a speed lower than the reading/writing speed on the hard disk, therefore, once the data coming from a sector had been reprocessed, the head would already be beyond the beginning of the next sector. By alternating sectors regularly and reading them according to the specific interleaving factor, the hard disk and the computer were speeded up. Modern hard drives do not require interleaving.

800px-Disk-structure.svg.png

Thesector is the smallest unit of the low-level formatting that concerns the physical structure of the hard disk (physical formatting not to be confused with the logical formatting that concerns the creation of the file allocation tables [FAT] necessary for the operating system to manage and navigate the data present in the disk folders). Generally, industries are logically grouped into clusters for efficiency reasons, so when we talk about clusters we are referring to a group of industries. Remember that a file always occupies at least one cluster. To access a sector you must specify the surface (platter), the track and the sector itself. The sector is not a simple space on the storable disk, but is also equipped with a particular structure which can be linearly summarized as follows (the size of a sector varies between 32 bytes and 4 KB, usually 512 bytes):

<IRG><SYN,SYN><HEADER><DATI><BCC>.

IRG is InterRecordGap,that is, the demagnetized part of the trace that serves to announce the beginning of the sector (or its end). The part named "SYN,SYN" are known bytes for the read clock, i.e. they serve to synchronize a current read clock, generated by the combined PLL and VCO, with the original write clock. At the center is the "HEADER", part of the sector where the information necessary for locating the same sector on the entire hard disk is stored, i.e. where the head is reading-writing at that moment. Certainly the most important part is the "DATA" one, that is, where the data has been packaged through records so that the ratio between "useful" data and information is high: the data allocated in the sector must be greater than the allocation information of the sector itself. Another important part of the structure of a sector is the "BCC", block check character. This part of the sector is the result of a function calculated on the "data" block and its purpose is to confirm the correct reading of the information, i.e. the data, and to make clear any reading error.

The commercial name Advanced Format has recently been introduced, all manufacturers apply a special irrefutably discernible logo on all hard disks that have sectors larger than 512 bytes using this common name. Each manufacturer adopts a peculiar structure for the individual sectors of the AF disks which contains, in addition to parts homologous to those described, a real CRC and other proprietary construction parameters depending on the model and intended use of the specific product.

 

Do you have a problem with one of these devices?

MrDisk is a Specialized Laboratory inData Recoveryequipped with all the necessary equipment to allow therestore lost data  from any type of case presented to us.

unnamed%20(2).jpg

In our laboratories only operate specialized technicians  and with years of experience in the field of professional data recovery, to offer our customers the best possible service.

 

Some important features:

  • Possibility to have a dedicated technician to your case
  • Constant research and development activity
  • Specialized technicianson individual media or brands
  • Possibility of even extreme interventions inclean room
  • Possibility of receiving updates, in real time, on the progress of the processing

 

Total data recovery is possible in the following cases:

  • Logical damage (software): where the media is still recognized by the system BIOS.
  • Physical damage,whether electrical, electronic or mechanical (hardware): in which the media is or not longer recognized by the BIOS.

 

The procedure of  data recovery in clean room is divided into two steps: the diagnosis step and the data recovery procedure.

The customer is constantly informed about the status of data recovery

 

Request a free analysis by clicking on the page contact us !

Active filters