TWR-LS1021A mount NFS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

TWR-LS1021A mount NFS

1,400 次查看
amitsabag
Contributor I

I use TWR-LS1021A freescale system.

I try to use NFS but it doesn't work.

I add in the server side to the file /etc/exports

     /public 192.168.2.190(rw,no_root_squash,async

After that in the system I run the commend :

mount -t nfs 192.168.2.194:/export/shared /mnt

标记 (2)
0 项奖励
回复
1 回复

1,285 次查看
bpe
NXP Employee
NXP Employee

You exported /public but requested to mount /export/shared - a different resource. Make sure your mount requests correspond to

the directories you share.


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复