| View previous topic :: View next topic |
| Author |
Message |
gsra99 n00b


Joined: 06 Jan 2008 Posts: 61
|
Posted: Sun Feb 07, 2010 4:34 pm Post subject: [SOLVED] kernel config for /dev/sda |
|
|
I have an Acer 5024WLMi laptop, and am trying to get the kernel to list hard disks as /dev/sd* rather than /dev/hd*. I have BLK_DEV_ATIIXP=y and PATA_ATIIXP=y in my kernel config, but the hard disk is still list as /dev/hd*. I am missing something but I do not know what.
Last edited by gsra99 on Tue Feb 16, 2010 6:43 am; edited 1 time in total |
|
| Back to top |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 4849 Location: Somewhere over Atlanta, Georgia
|
Posted: Sun Feb 07, 2010 4:49 pm Post subject: |
|
|
In your kernel config you want to disable "ATA/ATAPI/MFM/RLL support" (which is approaching legacy status) and enable "Serial ATA (prod) and Parallel ATA (experimental) drivers" (which is the new, unified, SATA/PATA driver set). Under the new drivers, all drives show up as /dev/sd*.
- John _________________ Yoda: "Intentionally left blank, this space is." |
|
| Back to top |
|
 |
gsra99 n00b


Joined: 06 Jan 2008 Posts: 61
|
Posted: Tue Feb 16, 2010 6:42 am Post subject: |
|
|
| Cheers that worked. |
|
| Back to top |
|
 |
|