I'm writing an internal tool for my company that will need to probably always have access to a samba share. How can I always ensure that the drive is mounted at the same address /Volumes/... or have the Flask application connect with a Python library? Ultimately, I could just change the application to manipulate files on the local machine but it isn't preferable.
What would be the most sustainable / efficient way to implement?