Hi there,
I’m looking for some guidance in order to get the BlueOS file browser to show files from a mounted NFS drive.
I have an RPi5 acting as my NFS Server; this raspberry pi will be taking high-resolution photos as the ROV drives along (roughly 3 FPS). My goal is to be able to view the files via BlueOS in some capacity.
I have successfully managed to mount the RPi5 recordings directory on the BlueOS RPi4. I am able to view the files in /usr/blueos/userdata/mount either through the terminal or VS Code’s file viewer via SSH. My problem comes from the BlueOS file browser not showing the files in /mount
A similar issue is that files that are created in /mount via the BlueOS file browser are not showing up via terminal and can’t be found until the drive is unmounted.
Things I have tried:
- Swapped server and client around. Although this allows me to successfully view files written to the server by the second RPi, this is not the solution I would like to move forward with. I would rather have the original files on the RPi5 in case the mount during capture to avoid corrupting files.
- Changing owner of the mounted drive. I could see the owners of folders created via the file browser is www-data, so I tried changing that over. No luck though.
- AutoFS, once again, no luck.
Any help/guidance would be greatly appreciated, or potential other solutions to viewing files on a second RPi via BlueOS.
Thanks! Happy to provide any further context if needed.