InterviewSolution
Saved Bookmarks
| 1. |
How Do You Access Partitions Under Linux? |
|
Answer» Linux ASSIGNS numbers at the end of the drive IDENTIFIER. For EXAMPLE, if the first IDE hard drive had THREE primary PARTITIONS, they would be named/numbered, /dev/hda1, /dev/hda2 and /dev/hda3. Linux assigns numbers at the end of the drive identifier. For example, if the first IDE hard drive had three primary partitions, they would be named/numbered, /dev/hda1, /dev/hda2 and /dev/hda3. |
|