![]() |
|
#1
|
|||
|
|||
Hi u all,
This morning, I tried to install 10.5.1 (with updated AppleNForceATA.kext) on a Serial Attached SCSI (SAS) based computer (with two disks), but I cannot see my disks on the graphical disks manager. So, I cannot prepare partitions and select them to install leopard. When I try to do fdisk -e /dev/disk0, he find me a disk (don't know which one), but if I try to modify and save some commands, he says : Code:
"fdisk: /dev/disk0: Permission denied". An idea ? iero. |
#2
|
|||
|
|||
I've seen some SAS drivers :
https://www.attotech.com/software/fi...asraid_200.dmg Is there a way to incorporate dmg contents to my 10.5.1 install dvd ? How can I extract files from this dmg ? Any idea ? iero. |
#3
|
|||
|
|||
And from this page http://www.techmessenger.com/Apple-O...071106002.html it seems that the new kernel includes drivers for some SAS controlers ?
Hum.. |
#4
|
|||
|
|||
Update : My controler is a LSI LogicŪ LSISAS1068E 8-port SAS and it still doesn't work with zeph's 10.5.2 install..
|
#5
|
|||
|
|||
iero,
Code:
<key>IONameMatch</key> <array> <string>ATTO,ExpressSAS_RAID</string> <string>pci117c,2c</string> <string>pci117c,2d</string> </array> |
#6
|
|||
|
|||
@ryoken
I've found in ./System/Library/Extensions/AppleLSIFusionMPT.kext/Contents/Info.plist : Code:
<key>AppleLSIFusionSAS</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleLSIFusionMPT</string> <key>IOClass</key> <string>AppleLSIFusionSAS</string> <key>IONameMatch</key> <array> <string>LSILogic,sas</string> <string>pci1000,50</string> <string>pci1000,56</string> <string>pci1000,58</string> </array> Here are some infos about this chipset found with a linux livecd. we can deduce the ChisetID : 0x2704 Quote:
Thanks, iero. |
#7
|
|||
|
|||
From this url http://cateee.net/lkddb/web-lkddb/FUSION_SAS.html, it seems that the line
Code:
<string>pci1000,58</string> What do you think ? iero. |
#8
|
|||
|
|||
Just a question. Do I need to add /System/Library/Extensions/AppleLSIFusionMPT.kext/ to the DVD ?
iero. |
#9
|
|||
|
|||
yes you will need to manually add the kext to the install DVD. There are some basic instructions here
http://osx86.wikidot.com/known-issues#toc10 |
#10
|
||||
|
||||
Added Code & Quote tags, please do so on your own in the future, iero! Thanks.
![]() |