Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Apple OS X Symbolic Linking in Mojave

  • Symbolic Linking in Mojave

    Posted by Andrew Clark on January 31, 2019 at 3:31 am

    Hello –

    Does anybody have issues in creating Symbolic Links in Mojave?

    I can’t seem to get my Symbolic Links to work and was wondering maybe this was an issue within Mojave?

    I’ve been trying to create Symbolic Links to gain more space on my main SSD (C:) drive by putting certain FCPX and Garageband content folders on an external SSD (formatted as APFS) but to no success yet.

    If need be, I can provide my step by step process … but I’ve been following the process of all the YT videos I’ve watched pertaining to this and have even read a few articles to compare to the videos to ensure that they were doing the same process; which they were.

    Any suggestions as to what I may be overlooking or doing wrong?

    Sent from an Underwood Typewriter Xs

    Andrew Clark replied 7 years, 4 months ago 2 Members · 2 Replies
  • 2 Replies
  • John Rofrano

    February 2, 2019 at 12:09 am

    What exactly isn’t working? I’m not running Mojave but I do use symbolics links to move my Garage Band instruments off of my boot SSD. You should have done something similar to this (assuming your external drive is labeled “MyDrive”)

    cp -R "/Library/Application Support/GarageBand/Instrument Library" "/Volumes/MyDrive/Instrument Library"
    rm -fr "/Library/Application Support/GarageBand/Instrument Library"
    ln -s "/Volumes/MyDrive/Instrument Library" "/Library/Application Support/GarageBand/Instrument Library"

    The first line copies the contents of source to the target folder. The second line deletes the source folder (this is what frees up the space) and the last line creates the symbolic link from the new folder to the original folder so that it looks like it’s still in the same place. You will probably be prompted for your password to be able to delete from and create a link to the /Library folder. That should do it.

    ~jr

    http://www.johnrofrano.com
    http://www.vasstsoftware.com

  • Andrew Clark

    February 3, 2019 at 9:30 pm

    [John Rofrano] “What exactly isn’t working? I’m not running Mojave but I do use symbolics links to move my Garage Band instruments off of my boot SSD. You should have done something similar to this (assuming your external drive is labeled “MyDrive”)

    cp -R “/Library/Application Support/GarageBand/Instrument Library” “/Volumes/MyDrive/Instrument Library”

    rm -fr “/Library/Application Support/GarageBand/Instrument Library”

    ln -s “/Volumes/MyDrive/Instrument Library” “/Library/Application Support/GarageBand/Instrument Library”

    The first line copies the contents of source to the target folder. The second line deletes the source folder (this is what frees up the space) and the last line creates the symbolic link from the new folder to the original folder so that it looks like it’s still in the same place. You will probably be prompted for your password to be able to delete from and create a link to the /Library folder. That should do it.”

    ** Hi John and thank you for your reply.

    Here’s what I did:

    I created the Symlink for …

    /Library/Audio/Apple\ Loops/Apple/Final\ Cut\ Pro\ Sound\ Effects

    The Symlink is created but, for some reason, Software Update thinks that the folder is not there and sends me an update for the contents in the folder that I moved and created a Symlink for. But when I launched FCPX, all the content shows up and operates fine … just as before I did this Symlink-ing.

    The new location is on an external SSD, formatted as APFS, connected via USB3.0.

    So I decided to try it again. I deleted the Symlink (via Finder), moved the original folder back to its original location, emptied the trash and restarted the computer.

    For the second go round, I used an app called SymbolicLinker. It (seemingly) did everything just fine. But again, Software Update did not recognize this.

    Both ways worked as they should but … the result of Software Update not recognizing this along with launching FCPX and all the content is showing up and working just as nothing changed … is most baffling.

    Sent from an Underwood Typewriter Xs

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy