Multiple choice technology operating systems

What information does the major number tell you?

  1. device type

  2. kernel version

  3. filesystem type

  4. filesystem mount point

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

In Linux device numbering, the major number identifies the device type and driver to use (e.g., major 3 for IDE hard drives, major 8 for SCSI disks). The minor number identifies the specific device instance (like which partition). When you access /dev/hda, the kernel uses the major number to find the correct driver and the minor number to determine which specific device.