Syntax for Symbolic links in High Sierra

Great and helpful workflow. I found that with OSX High Sierra I had to modify the syntax to make the links.


NOTES:

  1. The colon : is used for the backlash in front of library on volumes
  2. Place a Forward Slash before a space in a directory name
  3. Don't use quotes


For example. my external drive is named 'SFS Video' and I used the following Terminal commands to make the working symlinks:


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Logic /Library/Application\ Support/Logic

sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/GarageBand /Library/Application\ Support/GarageBand

sudo ln -s /Volumes/SFS\ Video/\:Library/Audio/Apple\ Loops /Library/Audio/Apple\ Loops

sudo ln -s /Volumes/SFS\ Video/\:Library/Audio/Impulse\ Responses /Library/Audio/Impulse\ Responses


Yes, I also copied the Impulse Responses folder for Logic Pro X.


Robb

Posted on Apr 27, 2018 3:27 AM

Reply
Question marked as Top-ranking reply

Posted on Apr 28, 2018 2:05 AM

Yes. That is the concept exactly. Your large libraries lived on an external drive and you need to create new symlinks to point to them. (remember first to rename any existing libraries per the original posters workflow.)


Then create new symlinks that point to your content on your external volume and directory.


FOR EXAMPLE: I have about 80 GB of libraries for various heavy programs referenced with the following symlinks for IK Multimedia, Logic, Final Cut and Adobe apps.


In my setup, I created a "/Library" folder on my external drive is called "SFS Video"


NOTES: 1) The colon : is used for the backlash in front of library on volumes

2) Place a Forward Slash before a space in a directory name\


TERMINAL COMMANDS

sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Logic /Library/Application\ Support/Logic


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/GarageBand /Library/Application\ Support/GarageBand


sudo ln -s /Volumes/SFS\ Video/\:Library/Audio/Apple\ Loops /Library/Audio/Apple\ Loops


sudo ln -s /Volumes/SFS\ Video/\:Library/Audio/Impulse\ Responses /Library/Audio/Impulse\ Responses


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/IK\ Multimedia /Library/Application\ Support/IK\ Multimedia


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Adobe /Library/Application\ Support/Adobe


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Avid /Library/Application\ Support/Avid


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Avid /Library/Application\ Support/Avid


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Final\ Cut\ Studio /Library/Application\ Support/Final\ Cut\ Studio

Similar questions

5 replies
Question marked as Top-ranking reply

Apr 28, 2018 2:05 AM in response to turbo_sni

Yes. That is the concept exactly. Your large libraries lived on an external drive and you need to create new symlinks to point to them. (remember first to rename any existing libraries per the original posters workflow.)


Then create new symlinks that point to your content on your external volume and directory.


FOR EXAMPLE: I have about 80 GB of libraries for various heavy programs referenced with the following symlinks for IK Multimedia, Logic, Final Cut and Adobe apps.


In my setup, I created a "/Library" folder on my external drive is called "SFS Video"


NOTES: 1) The colon : is used for the backlash in front of library on volumes

2) Place a Forward Slash before a space in a directory name\


TERMINAL COMMANDS

sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Logic /Library/Application\ Support/Logic


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/GarageBand /Library/Application\ Support/GarageBand


sudo ln -s /Volumes/SFS\ Video/\:Library/Audio/Apple\ Loops /Library/Audio/Apple\ Loops


sudo ln -s /Volumes/SFS\ Video/\:Library/Audio/Impulse\ Responses /Library/Audio/Impulse\ Responses


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/IK\ Multimedia /Library/Application\ Support/IK\ Multimedia


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Adobe /Library/Application\ Support/Adobe


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Avid /Library/Application\ Support/Avid


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Avid /Library/Application\ Support/Avid


sudo ln -s /Volumes/SFS\ Video/\:Library/Application\ Support/Final\ Cut\ Studio /Library/Application\ Support/Final\ Cut\ Studio

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Syntax for Symbolic links in High Sierra

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.