Multiple choice technology operating systems

What Linux file would you use when performing a rescue after a hard disk problem occurs?

  1. /dev/hda1

  2. /dev/null

  3. /dev/ram

  4. /dev/tty

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

During a rescue operation after a hard disk problem, you need to access the partition device file (like /dev/hda1) to run filesystem repairs (fsck), data recovery tools, or attempt to mount and recover data. /dev/hda1 represents the first partition on the first IDE hard disk, which is the target of rescue operations.