Skip to content

Instantly share code, notes, and snippets.

@pinus
Created March 7, 2020 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pinus/c651dd350b061596e2e47dd2f8b4b178 to your computer and use it in GitHub Desktop.
Save pinus/c651dd350b061596e2e47dd2f8b4b178 to your computer and use it in GitHub Desktop.
enable ssd trim on Mac OS X 10.7.5
# replace Rotational_APPLE SSD_MacBookAir5,1_MacBookAir5,2_APPLE SSD TS_Q
# to Rotational____________________________________________________Q
sudo perl -pi -e 's|(\x52\x6F\x74\x61\x74\x69\x6F\x6E\x61\x6C\x00).{50}(\x00Q)|$1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00$2|sg' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage
sudo kextcache -system-prelinked-kernel
sudo kextcache -system-caches
sudo reboot
@pinus
Copy link
Author

pinus commented Mar 7, 2020

screen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment