Results 1 to 3 of 3
I was wondering about the different naming conventions that Linux uses.
On my home PC my disk is hda.
I am trying to install Linux now on my work PC ...
- 08-29-2003 #1
Disk naming question
I was wondering about the different naming conventions that Linux uses.
On my home PC my disk is hda.
I am trying to install Linux now on my work PC in vmware and my disk is called sda. Why is this? Does vmware see disks differently?
I also have a flash drive at home and when I want to access that I need to mount to /dev/sda1. Which is the same as one of the slices on my work pc(under vmware)
I would like to now where the sda comes from. All my drives are ide.
cheersI am on a journey to mastering Linux and I got a bloody long way to go!!!
- 08-29-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
hd? are IDE disks and sd? are SCSI disks. vmware probably emulates your disk through a SCSI layer.
Flash drive? Are you referring to one of those USB keychains? In that case, it's using the standard USB Mass Storage protocol, which presents itself through the SCSI driver. Therefore, it uses the SCSI disk interface as well.
- 08-29-2003 #3
Thanks Dolda,
that answers my question. I was refering to USB keychain. Overhere they are known as USB Flash Drive.
CheersI am on a journey to mastering Linux and I got a bloody long way to go!!!


Reply With Quote