Issue Details
I am trying to mount a Network File System (NFS) on my NI Linux Real-Time system with the following command:
mount -t nfs s8iddata:/export/8-id-e/ /mnt/8-id-e But I receive the following error:
mount: wrong fs type, bad option, bad superblock on s8iddata:/export/8-id-e/, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program)
How can I resolve this?