Which of the following device names denotes a hard-disk partition?
Linux represents partitions on a disk such as /dev/sda by appending the partition number to the disk device name. Thus /dev/sda2 identifies partition 2 on that disk.
/dev/sda
/dev/sda2
Community Discussion