4. Calculate the cluster size for a file system using the following specifications:
Specification Value
Sector Size (bytes) 512
Sectors Per Cluster 4
Cluster Size (bytes) ??
5. Calculate the file system storage requirement for a file using the following specifications:
Specification Value
Sector Size (bytes) 512
Sectors Per Cluster 2
File Size (bytes) 5,120 bytes
Number of Cluster(s) Required ??
6. Calculate the cluster offset value using the following file system specifications:
Specification Value
Sector Size (bytes) 512
Sectors Per Cluster 1
Cluster Offset 33
Cluster Offset Value??
(bytes in hexadecimal format)
7. Complete the File Allocation Table (FAT) table entries below using the following file and file system specifications (assume contiguous cluster storage starting at Cluster 2):
Specification Value
Sector Size (bytes) 512
Sectors Per Cluster 2
File Size (bytes) 3,500
FAT Table Entry Value
Cluster 2 ??
Cluster 3 ??
Cluster 4
Cluster 5