Im macOS Catalina, screen recordings are temporarily stored in ~Library/ScreenRecordings before being saved on the target location. However, on systems with minimal available system storage, this can cause the recording to stop when disk space is full. Is there any way to link ~Library/ScreenRecordings to an external drive such as /Volumes/External\ Drive/ScreenRecordings?
I have tried using symbolic links, however the screen recording crashed immediately. Is there any other way to do this?
~/Library/ScreenRecordings. This change was due to the fact that Apple introduced a system wide screen recording utility, called Screenshot located in/Applications/Utilities/Screenshot.app. Creating a symbolic link at~/Library/ScreenRecordingscaused the Screenshot app to crash, but using QuickTime to start the screen recording successfully used the symbolic link at~/Library/ScreenRecordingspointing to the external drive. Is there any reason why the Screenshot app does not work with symbolic links and QuickTime does? – Dec 30 '19 at 17:24