Unable to create video due to symlinks not being supported on SMB
chriscook7 opened this issue · 0 comments
chriscook7 commented
I updated this script to use an SMB mount to my NAS to store and process the video creation process.
When creating a video I was getting: ln: failed to create symbolic link './000418.jpg': Operation not supported
The fix to this issue is adding ,mfsymlinks to the end of the mount command
This isn't really this scripts issue, but figured I would put this in here for others running into this issue not wanting to store all of the images locally (I have this running on a RaspberryPi)