Hi All,
I tried to mount a directory from one linux machine, on the am335x hardware after booting is complete.
I use the following commands to mount,
mount -t nfs <nfs_serverip>:<mount_path> /mnt/test_mount/
mount <nfs_serverip>:<mount_path> /mnt/test_mount/
But I am getting the following errors,
on TI SDK 5.03 I got the following error message,
mount: wrong fs type, bad option, bad superblock on <nfs_serverip>:<mount_path>,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
For the same mount command, on TI SDK 5.05 I got the following error message,
svc failed to register lockdv1 rpc service (errno 111)
Please help me in this.