sfeakes/UniFi-Timelapse

Unable to create video due to symlinks not being supported on SMB

chriscook7 opened this issue · 0 comments

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

https://docs.microsoft.com/en-us/azure/storage/files/storage-troubleshoot-linux-file-connection-problems

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)