Read the below quote from Mac Performance Guide. Is it a good idea? I know a bit of DOS, so I am used to command line commands but even after after Lloyd Chambers explanation, still not sure what is going to happen?
ln -s /Volumes/Master/Mail Library/Mail
The reason I want to move my Mail folder out of the home directory is because I plan to have a SSD as my boot drive and the home directory is on the boot drive, correct?
"Moving the Apple Mail folder to your data volume
This trick lets you move your Mail folder out of your home directory onto your data volume. Ive used this technique for years so that I can forget about having to back up my home directory (default location for Apple Mail) and simply back up my one data volume: Master. The same trick can be used for any similarly irritating program that insists on storing its data in your home directory, rather than giving you a choice (a few programs are too brain-dead for this to work). Programs like iTunes let you choose where to put your music; use that option.
Your Apple Mail folder is in the Library folder of your home directory.
The trick requires starting Terminal. If that makes you uncomfortable, stop here! You are going to make a symbolic link.
0. Quit Apple Mail, and make a backup of your mail folder.
1. Copy the Mail folder to the top level of your data drive (or elsewhere, then modify step 3 appropriately).
2. Rename the original mail folder to Mail.old as an additional backup.
3. Start a Terminal window and type:
ln -s /Volumes/Master/Mail Library/Mail
This makes a symbolic link to the folder Mail on the volume Master (type the name of your volume, and use quotes around it if the volume name contains a space character). The resulting file Library/Mail is a tiny file that says look over there on /Volumes/Master/Mail instead.
From here on out Apple Mail wont know the difference! Launch Apple Mail and verify that it worked. If you encounter problems, simply copy your backup back into place."
ln -s /Volumes/Master/Mail Library/Mail
The reason I want to move my Mail folder out of the home directory is because I plan to have a SSD as my boot drive and the home directory is on the boot drive, correct?
"Moving the Apple Mail folder to your data volume
This trick lets you move your Mail folder out of your home directory onto your data volume. Ive used this technique for years so that I can forget about having to back up my home directory (default location for Apple Mail) and simply back up my one data volume: Master. The same trick can be used for any similarly irritating program that insists on storing its data in your home directory, rather than giving you a choice (a few programs are too brain-dead for this to work). Programs like iTunes let you choose where to put your music; use that option.
Your Apple Mail folder is in the Library folder of your home directory.
The trick requires starting Terminal. If that makes you uncomfortable, stop here! You are going to make a symbolic link.
0. Quit Apple Mail, and make a backup of your mail folder.
1. Copy the Mail folder to the top level of your data drive (or elsewhere, then modify step 3 appropriately).
2. Rename the original mail folder to Mail.old as an additional backup.
3. Start a Terminal window and type:
ln -s /Volumes/Master/Mail Library/Mail
This makes a symbolic link to the folder Mail on the volume Master (type the name of your volume, and use quotes around it if the volume name contains a space character). The resulting file Library/Mail is a tiny file that says look over there on /Volumes/Master/Mail instead.
From here on out Apple Mail wont know the difference! Launch Apple Mail and verify that it worked. If you encounter problems, simply copy your backup back into place."