Spesialist Jasa Recovery Data Harddisk SSD Nvme Bersertifikat Internasional
Jasa Ahli Recovery Data Hard Disk Nvme SSD Merk Fujitsu – HGST – Hitachi – Samsung – Seagate – Toshiba – WD Dll
Menyimpan Data dan Mengatur Penyimpanan Data Harddisk
A. Structure of a hard disk
*. Hard disk consists of a number of platters
The platters rotate at a very high speed (5400 RPM to 10,000 RPM) Disk (read/write) heads move over the platter surface to read and write (magnetize) data bits
*. The disk head can read or write data only when the desired disk surface area is under the disk head.
Internal operation of a hard disk:
B. Data access time of data on disk consists of:
C. Each platter is logically divided into a number of tracks
D. Each track is logically divided into a number of sectors:
Disk sectors are usually 512 bytes in size.
E. To facilitate data access (larger chuncks) a number of sectors are logically groups into a disk block
2. File Organization of a Hard Disk
A. Each computer system has a (built-in) file system
B. The file system always reserve a number of disk blocks (directory disk blocks) to store information about the files on the disk:
C. The directory disk blocks contains a large number of directory entries
D. The structure of a directory entry looks something like this:
3. Accessing data stored in Files on a Hard Disk
A. A file is uniquely identified by its file name
B. A (non-empty) file takes up one or more disk blocks
The content of the file are stored in the disk blocks of the file
C. Users can access a file by providing its file name in an “open file” operation.
This operation locates the directory entry of the file and obtain the disk blocks of the file.
The Operating System manages the resourses of the computer.
Examples of Operating Systems: Microsoft Windows, UNIX
The disk blocks in the directory entry identify the sectors of the disk where the data of the file are stored.
Subsequent file read/write operations can find the exact location to access the data store in the file:
Sumber : http://www.mathcs.emory.edu/~cheung/Courses/377/Syllabus/1-files/intro-disk.html