I have a centos 5 linux box which is currently running off an IDE drive. I want to install a couple of SATA drives as backup drives for now. I have googled that there can be complications with SATA and might need to re-install centos.
Is there a way to 'enable' SATA support in Centos 5 without needing to re-install it?
Is there a way to check to see if this support is already available in the current install?
The drives are on there way, so I can't just plug'n'play.
I'm assuming you have SATA support on your motherboard. Is there anything presently using the SATA interface? CD/DVD drive, perhaps?
Try a
dmesg | grep -i sata
and see what's returned. On a nearby desktop PC running CentOS, I tried and received the following output:SATA is addressed by the
libata
kernel module in CentOS, and that may already be loaded in your existing setup (check withlsmod
). I don't think you'll need to reinstall anything for this. If the drives are already physically connected and powered on, did you look for the additional devices indmesg
or withfdisk -l
?