You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
I noticed that on both a Pi4 and Pi5 (with a fixed IP address assigned to he interface) that attempting to mount a network share to /PVR doesn't work at boot.
DMESG says the network wasn't ready.
Once booted, If I do a "sudo mount -a" form the terminal the connection works/mounts.
However if I configure the network interface (ethernet) to DHCP it connects at boot every time.
My work around has been to leave DHCP enabled but add a secondary IP address to the interface.
( I could reserve the IP in the scope but that would mean changing the range and I didn't want that.. A fixed IP should work).
I noticed that on both a Pi4 and Pi5 (with a fixed IP address assigned to he interface) that attempting to mount a network share to /PVR doesn't work at boot.
DMESG says the network wasn't ready.
Once booted, If I do a "sudo mount -a" form the terminal the connection works/mounts.
However if I configure the network interface (ethernet) to DHCP it connects at boot every time.
My work around has been to leave DHCP enabled but add a secondary IP address to the interface.
( I could reserve the IP in the scope but that would mean changing the range and I didn't want that.. A fixed IP should work).
Thanks.