Jump to content

MDK 10.1 & SATA drive [solved]


klipp
 Share

Recommended Posts

Is there any way of making MDK 10.1 (kernel 2.6.8) recognize a SATA drive? I've tried installing kernel 2.6.12-12 as it recognizes SATA drives on Mandriva 2006, but it didn't help the problem on MDK 10.1 Am I missing something, or is this just something that can't be done on MDK 10.1?

 

Thanks for any "Words of Wisdom"!

 

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

The problem is not utilizing the SATA HD, but rather the SATA controller.

MDK 10.1 is not terribly good at initializing several SATA controllers- if it isn't a big annoyance, please try using 2006.0, or building a custom kernel of your own (= newer than the really old 2.6.8.X).

Link to comment
Share on other sites

Hey scarecrow, thanks for the info, but I got it working. Using the 2.6.12-12 kernel from 2006 and manually loading modules: sata_nv & libata did the trick! For some reason you can't list the SATA drive in fstab, you have to manually mount it.

Link to comment
Share on other sites

You shouldn't have to manually mount it. Put the entry in /etc/fstab, and then add the modules you want to load into /etc/modprobe.preload. You just add the module, so:

 

sata_nv
libata

 

and then it'll probe them.

 

Or at least I'm sure that should do the trick. Give it a go anyhow.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...