Logical vs. Physical Data Recovery
The practical boundary between logical recovery, unstable-media acquisition, firmware work and physical intervention in data recovery.
Logical recovery starts above readable sectors
Deletion, formatting, damaged partitions, corrupted file-system metadata, broken virtual disks and many RAID configuration problems are primarily logical when the underlying sectors remain predictably accessible.
Physical problems affect access to the media
Mechanical HDD faults, failed electronics, severe media damage and some controller or firmware failures interfere with obtaining the sectors themselves. The first task then becomes stabilizing or acquiring the source rather than interpreting its file system.
There is a large middle ground
A drive with read errors may still respond through the normal interface but need controlled imaging. An SSD may enumerate yet expose incomplete data because of controller, translation-layer or flash problems. These cases are not well described by a simple software/lab binary.
Recovery can cross several layers
A single case may require physical stabilization, sector acquisition, RAID reconstruction and file-system recovery in sequence. The layer causing the failure and the layer containing the wanted files are not necessarily the same.
Ask first whether the source can deliver sectors reliably. If it cannot, solve acquisition before treating the problem as ordinary file-system recovery.
Related: SSD Recovery Fundamentals · When Software Is Not Enough · Software Vs Hardware · Mechanical Hdd Failure