If you have an older lame iMac with a fusion drive, you can boost it at absolutely no cost!
No hardware change required !, no need to open the iMac !.
First of all perform in the Terminal:
and check if the SSD part of your Fusion drive is 121 GB.
If it is a smaller one, sorry, that is not for you.
If you have a 121 GB SSD blade, you can really boost your iMac and make it fly whilst being ways more reliable:
We will split the fusion drive, install macOS on the SSD part , format the HDD hfs+ and move the user folder to the HDD, so your growing stuff will not clutter the small SSD.
You will need two 32 or 64GB SD sticks (useful anyway).
First of all, make a full backup of your current drive data. (this is something everyone ought to have anyway).
Then make a bootable install SD stick with your favourite macOS installation.
Then make another bootable SD stick with just macOS on it (both are something everyone ought to have).
Boot from it and...
-Reformat (erase) your fusion drive to ExFAT. This will break the Fusion drive and split it into a HDD and a distinct SSD.
-Reformat (erase( your HDD with hfs+ (macOS journaled case insensitive)
-Reformat (erase) the SSD with APFS.
-Install a clean macOS to the SDD.
-Boot from it.
(enjoy the fast boot)
-Migrate your apps (not your user data) from the backup to your new macOS.
-Boot from the new installation.
-Copy your user folder to the HDD.
-Move your user folder to the HDD location where you copied it*.
-Reboot
-Enjoy a turbo iMac, that is much faster and much safer** to use as before.
-Eventually move your user data from the backup to your new installation (a great opportunity to cleanup the mess).
*To move the user folder: System preferences Users and groups, go to your user, open the lock, right click on your user, select advanced options and change the user directory.
** why ist it much safer?
When only one of the 2 drives of a fusion drive is lost, everything is lost, and in case of APFS unrecoverably lost. APFS awfully hammers both the SSD with permanent overwrites and the HDD with a dreadly fragmentation. Causing them to fail prematurely.
At the opposite, my way is nice to both the HDD that will run hfs+ (mostly recoverable even after a failure) and to the SDD that will mostly be read, preventing it's wear.
Last but not least, a HDD carrying only your user data formatted hfs+ is mostly not noticeably slower to use than a SSD. It's the permanent head swapping between the zillions small files of an OS and the programs that makes the every-day's usage slow.
No hardware change required !, no need to open the iMac !.
First of all perform in the Terminal:
Code:
Diskutil list
If it is a smaller one, sorry, that is not for you.
If you have a 121 GB SSD blade, you can really boost your iMac and make it fly whilst being ways more reliable:
We will split the fusion drive, install macOS on the SSD part , format the HDD hfs+ and move the user folder to the HDD, so your growing stuff will not clutter the small SSD.
You will need two 32 or 64GB SD sticks (useful anyway).
First of all, make a full backup of your current drive data. (this is something everyone ought to have anyway).
Then make a bootable install SD stick with your favourite macOS installation.
Then make another bootable SD stick with just macOS on it (both are something everyone ought to have).
Boot from it and...
-Reformat (erase) your fusion drive to ExFAT. This will break the Fusion drive and split it into a HDD and a distinct SSD.
-Reformat (erase( your HDD with hfs+ (macOS journaled case insensitive)
-Reformat (erase) the SSD with APFS.
-Install a clean macOS to the SDD.
-Boot from it.
(enjoy the fast boot)
-Migrate your apps (not your user data) from the backup to your new macOS.
-Boot from the new installation.
-Copy your user folder to the HDD.
-Move your user folder to the HDD location where you copied it*.
-Reboot
-Enjoy a turbo iMac, that is much faster and much safer** to use as before.
-Eventually move your user data from the backup to your new installation (a great opportunity to cleanup the mess).
*To move the user folder: System preferences Users and groups, go to your user, open the lock, right click on your user, select advanced options and change the user directory.
** why ist it much safer?
When only one of the 2 drives of a fusion drive is lost, everything is lost, and in case of APFS unrecoverably lost. APFS awfully hammers both the SSD with permanent overwrites and the HDD with a dreadly fragmentation. Causing them to fail prematurely.
At the opposite, my way is nice to both the HDD that will run hfs+ (mostly recoverable even after a failure) and to the SDD that will mostly be read, preventing it's wear.
Last but not least, a HDD carrying only your user data formatted hfs+ is mostly not noticeably slower to use than a SSD. It's the permanent head swapping between the zillions small files of an OS and the programs that makes the every-day's usage slow.
Last edited: