Sure, you can run Windows and Linux, or two versions of Windows, all on the same PC. Just follow these steps to do it right. Download the latest version of iTunes to the external hard drive; Downlad and install M4VGear for Mac for converting iTunes videos. It's worth noting that you should download the macOS Sierra installer in the App Store under “Previous buys“ or 'previous bought'. Make sure you click “Download” and let it save to your Mac’s hard drive. While Mac OS X can read NTFS drives and write on HFS+ ones, Windows' behaviour is quite the opposite, as it is able to read HTF+ drives, but writes on NTFS ones. However, if you want to use an external hard drive or any other type of external storage device on both systems, you can do that by formatting it using the FAT32 file system.
Solid-state drives (SSDs) are becoming commonplace, and the first time you use one as a boot drive, you realise why - they’re faster than hard drives to a ridiculous degree. The downside is they’re currently still very expensive compared to hard drives, such that only smaller capacities are currently affordable. Macs are now being offered with what I call “mixed drive” configurations, including both a (small; often 256 GB) SSD and an HDD, and many people wonder how to make the most of this setup.
I have two SSD-equipped machines here, including a mixed-drive iMac, and have recently configured it in what I believe is a good compromise setup to take advantage of SSD speed without sacrificing the roomy storage of a hard drive (or causing excessive wear to the SSD). This is just one possible setup, but I hope it’s useful to you.
Note: I’ve verified that this approach works perfectly with both Lion (10.7) and Mountain Lion (10.8), including when upgrading from the former to the latter.
The basic approach here is to have the OS on the SSD (the default setup on mixed-drive Macs), and to move certain folders onto the hard drive, providing links to those folders in the places they used to be. Before beginning, let me try to pre-empt two possible comments:
Indeed you can (usually by holding the alt/option key whilst launching the app), but you’ll have to do it for each and every app that has such a capability - and some apps won’t let you. The method I’m about to describe, however, will just work, without changing any settings.
That’s also true (unlock the Accounts pane, then right-click on your account in the list), but you’re losing the speed benefit of having certain parts of your home folder on the SSD (such as caches, preferences, your development projects and so forth).
It’s your choice if you want to use one of the above limited expedients, but I feel that you can find a better balance by doing just a little bit of extra work.
With that all said, let’s offload some folders to the hard drive. It’s extremely easy to do, even though there’s a tiny, tiny bit of typing on the Terminal involved. If you’re scared of that, by all means run away now and get a friend to help. Also, make sure you have an up-to-date backup of your boot drive before beginning; that’s just common sense.
We’re really just going to be repeating the same process over and over, once for each folder that you want to live on the HDD instead of the SDD. The process is simply this:
cd
to the location of the original folder (on the SSD), and delete it via sudo rm -rf foldername
.ln -s /Volumes/HDDname/path/to/foldername
.(In steps 2 and 3 above, you should of course substitute the actual names and paths of the relevant folders and volume instead of ‘foldername’, ‘HDDname’, and ‘path/to/foldername’. Hopefully that’s obvious. For the ln
command, think of the syntax as being “put a link here, that points to there”.)
That’s it. You’ll probably want to put all these copied folders somewhere sensible on the HDD; I created a folder called “matt” at the root of the HDD, and copied my folders into there - you can see a picture of it below. I’ve heard that you should not create a “Users” folder at the root of a non-boot disk, however.
You should also note that, if you’ve copied and linked one of the “special” folders in your home directory (such as Pictures), the new folder/link won’t have the special icon that the Finder usually provides. That’s normal, and completely harmless. You may also need to re-add the folder to the Finder’s sidebar.
There’s nothing else to it, except to decide which folders to actually offload.
This is a personal decision, but generally you’ll want to offload folders that fit any of these criteria:
Try to keep in mind that the HDD is perfectly good enough for almost everything, and that we’ve been using HDDs for years. It’s not the poor cousin, and it hasn’t suddenly acquired the performance characteristics of a floppy disk drive. This is just about balance, and sensible optimisations to help get the most from the new SSD.
In my own case, I offloaded several of the folders in my home directory onto the HDD, as shown in the screenshot below.
Note that the Dropbox folder is created by the utility of the same name, and that the Backups folder is one I created for my own use.
In addition to those, as shown in the picture, I offloaded Downloads, Movies and Pictures. I don’t keep things permanently in my Downloads folder yet its contents change constantly, so it was an excellent candidate for offloading. I also don’t heavily use iPhoto or Aperture, and keep my graphic work files in my Documents folder, so I could offload Pictures. I don’t do any video editing, and have a large Movies folder, so I offloaded it too.
I did not offload the Music folder, but I did offload the actual media files (and mobile apps) that iTunes uses, as shown in the picture of my Music folder’s contents below.
Note that on your Mac, the “iTunes Music” folder may instead be called “iTunes Media”. The reason I didn’t offload the entire Music folder was to keep my GarageBand files on the SSD for performance, and nor did I offload the entire parent iTunes folder so that I could keep iTunes’ library and metadata files on the SSD for the same reason.
You may find that you’ll want to keep some of those folders on the SSD, and equally you may find that you want to offload additional folders to the HDD. For example, I also put my Virtual Machines folder on the HDD, and you might also want to put your Steam games there (they live in ~/Library/Application Support/Steam).
Just follow the same process as above, and you should be fine. It takes only a few minutes, and it should ensure that you get the maximum benefit from the SSD without being unduly hindered by its comparatively small capacity.
Please note that I can’t provide any support with this process. If you’re not comfortable using the Terminal, or don’t understand what’s going on, please don’t try. I can’t respond to any enquiries about this.
If you enjoyed this article, you may want to follow me (@mattgemmell) on Twitter, where I always announce new articles and projects.
These advanced steps are primarily for system administrators and others who are familiar with the command line. You don't need a bootable installer to upgrade macOS or reinstall macOS, but it can be useful when you want to install on multiple computers without downloading the installer each time.
MyVolume
in these commands with the name of your volume.Big Sur:*
Catalina:*
Mojave:*
High Sierra:*
El Capitan:
* If your Mac is using macOS Sierra or earlier, include the --applicationpath
argument and installer path, similar to the way this is done in the command for El Capitan.
After typing the command:
Y
to confirm that you want to erase the volume, then press Return. Terminal shows the progress as the volume is erased.Determine whether you're using a Mac with Apple silicon, then follow the appropriate steps:
For more information about the createinstallmedia
command and the arguments that you can use with it, make sure that the macOS installer is in your Applications folder, then enter the appropriate path in Terminal:
A bootable installer doesn't download macOS from the internet, but it does require an internet connection to get firmware and other information specific to the Mac model.