InterviewSolution
Saved Bookmarks
| 1. |
What Command Runs Fdisk On The First Ata/ide Hard Drive? |
|
Answer» The first ATA/IDE HARD DRIVE is hda, so the COMMAND would be # FDISK /dev/hda The first ATA/IDE hard drive is hda, so the command would be # fdisk /dev/hda |
|