rAudio 20250809 - Rpi 4 and 5 systems will not automatically remount network storage (NFS) after cold or warm start. #1986
Replies: 2 comments
-
|
I am seeing something similar with 20250822 and a Pi4. I have two cifs folder entries in fstab, both on the same NAS. One mounts OK, and the other has to be mounted manually. |
Beta Was this translation helpful? Give feedback.
-
|
I did some additional testing around this issue and have some details to share. To summarize, the issues I was having were: Long story short, installing an inexpensive UNmanaged 1 GbE switch between my managed L2/L3 network switch and the rPi4 / rPi5 machines, ALL these problems go away. The addition of an unmanaged switch seems to be a common solution to problems encountered during the auto link negotiation process with the rPis’ (depends on rPi model and network hardware combinations). Further, the potential exists for an intermittent network loop being formed during startup if the Onboard Wi-Fi device is automatically started together with the wired LAN connection (depends on your network topology). Using an unmanaged switch (in my scenario anyway), I can consistently connect at 1 GbE connection speed, the system will successfully remount my database (NAS) after a power cycle and software restart event, and the Onboard WiFi device is never automatically started. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
No issues with Rpi 3b
Manually remounting the storage successfully mounts with no further issue.
It would be great to include a check to ensure that a storage drive is currently mounted before allowing the user to update the library database (or your library will be inaccessible even after remounting the storage drive).
Beta Was this translation helpful? Give feedback.
All reactions