I have a project where I am programatically (via Python) recording video from a camera, recording audio from a separate microphone, and then merging the two files using ffmpeg and saving that new file to an external flash drive.
Every time I boot my Raspberry Pi up, the flash drive is mounted to /media/pi, but as soon as I safely eject the drive to look at my video I saved to it, and then re-insert it to my Pi it cannot be viewed.
Is there a way to set up my flash drive to always be mounted to /media/pi when I insert it? My program is always looking for the flash drive mounted at that location.