首页 > 移动平台 > 详细

打开10.10.3上SSD的TRIM-黑苹果之路

时间:2015-05-27 15:32:50      阅读:1049      评论:0      收藏:0      [点我收藏+]

  对SSD没有研究,同事提出苹果对非官方的SSD不开启TRIM,上网度了一把,对TRIM不明觉厉。

一、TRIM是怎么回事:http://bbs.feng.com/read-htm-tid-1870887.html

二、打开非官方SSD的TRIM:http://bbs.feng.com/read-htm-tid-8997023.html

  其方法很简单,依葫芦画瓢即可。

sudo nvram boot-args="kext-dev-mode=1"
重启

sudo cp /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage.bak

sudo perl -pi -e s|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00| /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage

sudo touch /System/Library/Extensions

sudo kextcache -prelinked-kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache -K /System/Library/Kernels/kernel /System/Library/Extensions

重启

 

打开10.10.3上SSD的TRIM-黑苹果之路

原文:http://www.cnblogs.com/badwood316/p/4533319.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!