In ezsdk_11 following command works fine
mount -t nfs -o nolock 192.168.34.52:/netra_share /work/netra_share
Things need to be clear:
In ezsdk_05_03_01_05, how do I do nfs mount ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
In ezsdk_11 following command works fine
mount -t nfs -o nolock 192.168.34.52:/netra_share /work/netra_share
Things need to be clear:
In ezsdk_05_03_01_05, how do I do nfs mount ?
HI Sankar,
Now It is very simple to extract and export the NFS. You need to run setup.sh. It will extract and export the file system also creates the bootargs. it is present at home directory where you have install ezSDK.
Cd $EZSDK
./setup.sh
Thanks and regards
Sachin Kumar