Forum Discussion
Altera_Forum
Honored Contributor
19 years agoThanks for hippo's advise,following the" NFSFileSystem "step by step ,when I download the kernel (include busybox->mount, nfs file support ,and default kernel)
I got a problem as below: />mount -t nfs -n -o nolock,rsize=1024,wsize=1024 192.168.11.17:/home/mxp/nios2 /mnt/nfs //my server ip mount : cannot read /etc/fstab :No such file or directory /etc>ls config default inetd.conf inittab motd rc services version /etc> however,after a short time ,(I just debug carefully,unkowning why)it becomes: />mount -t nfs -n -o nolock,rsize=1024,wsize=1024 192.168.11.17:/home/mxp/nios2 /mnt/nfs mount:RPC: Unable to receive ;error = No route to Host mount:nfsmount failed; Bad file descriptor mount:mount on .168.11.17:/home/mxp/nios2 /mnt/nfs failed />busybox mount //it's okey,but added with the parameters //it got the same error msg like above. The sopc Builder sdk shell display like above, I know that "mount "informations are all in the "etc/fstab" file ,surely this "/etc/fstab" is supposed to be on the board uclinuxOS,not the one on the linux host ,but but how could I make the" fstab "onto the board ,which should I choose when I config the kernel in the "customize vendor/user setting "menu and "customize kernel setting"menu? Trouble you for another quesion,in the "customize vendor/user setting "menu, I found that the same bash command (e.g.ping etc.)exits in different submenu, I want to know what is the difference of them and what useness are these submenus . Thanks a lot.