Cie-I (Chfi)
Cie-I (Chfi)
A bad sector in computing is a disk sector on a disk storage unit that is unreadable. Upon
taking damage, all information stored on that sector is lost. When a bad sector is found
and marked, the operating system like Windows or Linux.
A bad sector on a hard drive is simply a tiny cluster of storage space -- a sector -- of the
hard drive that appears to be defective. The sector won't respond to read or write requests.
Bad sectors can occur on both traditional magnetic hard drives and modern solid-state
drives. There are two types of bad sectors -- one resulting from physical damage that can't
be repaired, and one resulting from software errors that can be fixed.
Types of Bad Sectors: -
There are two types of bad sectors -- often divided into "physical" and "logical" bad
sectors or "hard" and "soft" bad sectors.
Physical (Hard) Bad Sectors:
Constitutes a cluster of storage on the hard drive with physical impairment.
Damage can stem from head contact, dust accumulation, flash memory cell wear
in solid-state drives, or other defects.
Irreparable in nature, rendering the sector unusable.
Logical (Soft) Bad Sectors:
Encompasses a cluster of storage encountering functionality issues.
Occurs when the operating system reads data from the sector and detects
inconsistencies in the error-correcting code (ECC) against its contents.
Repairable by overwriting the drive with zeros or performing a low-level format.
Windows' Disk Check tool also aids in repairing such bad sectors.
File carving is a forensic technique to recover files from storage media without
relying on file system information. It's used to extract data in digital investigations,
especially from unallocated space. Initially called "design," it involves analyzing the
structure of files within raw data, often used to recover data in cases like the Osama
Bin Laden camp raid.
In digital investigations, various storage devices and memory are analyzed, including
emails, reports, logs, and media files. File carving recovers file contents and structure
without metadata. Key terms include:
Block: Smallest storage data unit.
Header: File's start points.
Footer: File's end bytes.
Fragment: Blocks forming a file.
Base-fragment: First fragment with the header.
Fragmentation point: Block before fragmentation. Multiple fragments create
several points.