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.
|
feedback
|
|
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. | |||||||||||||||
feedback
|
|
GParted is a great utility that will tell you graphically what all your hard drives and partitions are. | |||
|
feedback
|
|
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. | |||||
feedback
|