Contribute
Register

SDD as HDD in a Disk Utility

Status
Not open for further replies.
Joined
Apr 3, 2011
Messages
33
Motherboard
ASUS P5G41C-M LX | Sierra 10.12.4
CPU
Intel Q9500
Graphics
MSI GTX 750 Ti 2gb
Mac
  1. iMac
SDD look as HDD in a Disk Utility and because of this can't enable a TRIM. 'trimforce enable' is works but without errors or any changes. trimforce just makes restart a os. mother board - Asus P5G41C M LX, without AHCI options in BIOS.
sdd - Plextor M7V with a updated bios
Screen Shot 2017-03-06 at 17.59.20.png Screen Shot 2017-03-06 at 17.58.03.png
 
trimforce enable
Should be :
sudo trimforce enable


You could also try the Clover patch :

IOAHCIBlockStorage
004150504C452053534400
0000000000000000000000
Trim Patch
 
sudo trimforce enable of course
trimforce enable
Should be :
sudo trimforce enable


You could also try the Clover patch :

IOAHCIBlockStorage
004150504C452053534400
0000000000000000000000
Trim Patch

you mean
<dict>
<key>Comment</key>
<string>Trim Enabler</string>
<key>Find</key>
<data>
QVBQTEUgU1NEAA==
</data>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAAAAA=
</data>
</dict>
?
if yes, i edited my config.plist and tried just now reboot and 'sudo trimforce enable' - nothing changes
 

Attachments

  • config.plist
    6.3 KB · Views: 167
If it is for the hardware in your profile your config.plist is a mess.
 
okay, i makes new one just now, nothing changes again. oooops... one minute please
upd: my config now
is nothing changes.

in general, this configuration created automatically by Multibeast.
i don't any changes by hands before this advice for patch it.
so I do not know how to be the order
main thing that a Mac Os still doesn't understand the SSD :((

Specification says for a Mac OS support

http://www.goplextor.com/Product/Detail/M7V#/Spec

?
 

Attachments

  • config.plist
    4.3 KB · Views: 183
Last edited:
well... nobody know how make SSD as a SSD? maybe some 3rd-SSD.kext needed or something else
 
well... nobody know how make SSD as a SSD? maybe some 3rd-SSD.kext needed or something else
You put the patch in the wrong place - No chance of it working there.

Trim.png
 
I put it

<key>KextsToPatch</key>
<array>
..here..
</array>

Not in the config.plist that you uploaded in Post #5 :

<key>Name</key>
<string>DSDT.aml</string>
<key>Patches</key>
<array>
<dict>
<key>Comment</key>
<string>IOAHCIBlockStorage</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AEFQUExFIFNTRAA=
</data>
<key>Replace</key>
<data>
AAAAAAAAAAAAAAA=
</data>
</dict>
</array>
 
Just, while issue is open, i searched and changed the config many times. Including taking into account what was learned on the topic.
Now, with several patches, it like that
 

Attachments

  • config.plist
    8.8 KB · Views: 156
Status
Not open for further replies.
Back
Top