I'm trying to install Linux (Slackware) on Virtual Box using the steps provided here.

After setting up virtual box and logging into pre-install as 'root', Step 17 tries to partition the disk using cfdisk /dev/hda

Host OS: Windows XP

This path does not exist; Any thoughts on where I may locate this path?

link|improve this question

70% accept rate
OK, turns out what I have on my virtual box is /dev/sda instead of /dev/hda ... Any idea why it says /dev/sda though? The host machine does not possess any SATA drive – Everyone Mar 25 '11 at 19:09
feedback

1 Answer

up vote 1 down vote accepted

libata made all the ATA devices fall under the SCSI subsystem, so they're /dev/sdX now.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.