Moving Motion Templates folder to an external drive?(Macos 12.3.1)

Hi

I am facing similar issues like this. But tried to do the same as below but there is an error coming.

Could you please help.




MacBook Pro 13″, macOS 12.3

Posted on May 14, 2022 10:32 PM

Reply
Question marked as Top-ranking reply

Posted on May 15, 2022 3:27 AM

When typing things in the Terminal, you have to be precise!


If you look at what you typed, you have not put a space between -s and the single quote.

Also, there appears to be no space between the first path in quotes and the second one.


It should be something like this, where I deliberately put several more spaces for emphasis (the paths are deliberately indicative, do NOT use the command below!):


ln -s 'path-to-external' 'Motion\ Templates.localized'


whereas you wrote it like this:


ln -s'path-to-external''Motion\ Templates.localized'



If you have someone close that is comfortable using the Terminal, it is better that trying it over the internet like this. Not that we don't want to help, but it is clear that - sorry to be so blunt - you are a bit out of your depth.

The thing is, the wrong commands at Terminal can fail or, they can do serious damage.

Similar questions

20 replies
Question marked as Top-ranking reply

May 15, 2022 3:27 AM in response to taraknath

When typing things in the Terminal, you have to be precise!


If you look at what you typed, you have not put a space between -s and the single quote.

Also, there appears to be no space between the first path in quotes and the second one.


It should be something like this, where I deliberately put several more spaces for emphasis (the paths are deliberately indicative, do NOT use the command below!):


ln -s 'path-to-external' 'Motion\ Templates.localized'


whereas you wrote it like this:


ln -s'path-to-external''Motion\ Templates.localized'



If you have someone close that is comfortable using the Terminal, it is better that trying it over the internet like this. Not that we don't want to help, but it is clear that - sorry to be so blunt - you are a bit out of your depth.

The thing is, the wrong commands at Terminal can fail or, they can do serious damage.

May 15, 2022 4:13 AM in response to taraknath

When working with Terminal you should be aware of quoted things like "text with spaces" or 'text with spaces' and escaped things like text\ with\ spaces


So I published

ln -s '/Volumes/T5 SSD/Motion Templates.localized' 'Motion Templates.localized'

In Luis style 😊

ln -s '/Volumes/T5 SSD/Motion Templates.localized' 'Motion Templates.localized'


I did not publish

ln -s '/Volumes/T5\ SSD/Motion\ Templates.localized' 'Motion Templates.localized'

There are no path like those!!!


Where on your system is:

Motion\ Templates.localized


There only is :

Motion Templates.localized


You can either use the quoted form

'Motion Templates.localized'

or the escaped one

Motion\ Templates.localized



Hope it's clearer now

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.

Moving Motion Templates folder to an external drive?(Macos 12.3.1)

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