A forensic analyst is examining a RAID 5 array consisting of three disks. One disk has failed and has been replaced. The array is rebuilt automatically. However, the analyst needs to recover deleted files that existed before the rebuild. What is the MOST significant challenge in this scenario?
Trap 1: File carving techniques do not work on RAID volumes
Carving can work if data is not overwritten, but rebuild increases overwrite.
Trap 2: The file system becomes corrupted after rebuild
RAID rebuild does not corrupt file system; it restores redundancy.
Trap 3: The RAID controller encrypts data, preventing direct disk access
RAID 5 does not inherently encrypt.
- A
File carving techniques do not work on RAID volumes
Why wrong: Carving can work if data is not overwritten, but rebuild increases overwrite.
- B
The rebuild process may overwrite data in slack space and previously unallocated clusters
Rebuilding RAID 5 writes new parity and data, overwriting free space and slack.
- C
The file system becomes corrupted after rebuild
Why wrong: RAID rebuild does not corrupt file system; it restores redundancy.
- D
The RAID controller encrypts data, preventing direct disk access
Why wrong: RAID 5 does not inherently encrypt.