I have PiCore version 7 running on a Pi4
I have an NFS share on my Linux Server (shared with several computers on my network).
In the PiCore System I have setup NFS in LMS with default settings as uid=1001,gid=50 and just added ver=4 or ver-3 neither work.
I have also set a 60 second delay to allow the network time to come up.
In the boot log I get this:
If I try to mount from the command line I get this:
It looks as if I do not have NFS Client installed as per you might need a /sbin/mount.<type> helper program., but I have Install and Enable additional File Systems.
Any clues on how to fix this?
I have an NFS share on my Linux Server (shared with several computers on my network).
In the PiCore System I have setup NFS in LMS with default settings as uid=1001,gid=50 and just added ver=4 or ver-3 neither work.
I have also set a 60 second delay to allow the network time to come up.
In the boot log I get this:
Code:
cat /var/log/pcp_boot.log
Mounting Network Drive...
mount: /mnt/Music: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
Disk Mount Error, Retrying 2 more times...sleeping 10 seconds.
........snipCode:
sudo mount /mnt/Music
mount: /mnt/Music: can't find in /etc/fstab.Any clues on how to fix this?