My Linux box has three devices, sda, sda1 and sda2. How can I find out what each one of these are? I'm running Ubuntu 9.04.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
sda originally referred to a SCSI disk, a being the first drive. There could be sdb, sdc and so on. Now it can refer to SATA or SAS as well as previously mentioned.
That used to be the traditional setup at least if you were using a SATA/SCSI/SAS drive. If it shows up as hda, that means your disk is connected via IDE rather than one of the previously mentioned methods. |
||||
|
sda is the first SATA/SAS/SCSI HDD in the computer. sda1 is the first partition on that disk, sda2 is the second. sudo fdisk -l should show you the info you want. |
|||||||||||||||
|
|
GParted is a great utility that will tell you graphically what all your hard drives and partitions are. |
|||
|
|