InterviewSolution
Saved Bookmarks
| 1. |
Are Drives Such As Hard Drive And Floppy Drives Represented With Drive Letters? |
|
Answer» No. In LINUX, each DRIVE and device has different designations. For EXAMPLE, floppy drives are REFERRED to as /dev/fd0 and /dev/fd1. IDE/EIDE HARD drives are referred to as /dev/hda, /dev/hdb, /dev/hdc, and so forth. No. In Linux, each drive and device has different designations. For example, floppy drives are referred to as /dev/fd0 and /dev/fd1. IDE/EIDE hard drives are referred to as /dev/hda, /dev/hdb, /dev/hdc, and so forth. |
|