Forum Discussion
Altera_Forum
Honored Contributor
20 years agomount failed
Hi , I donwloaded the uClinux kernel on my development board and I am trying to mount host pc using the following command but its not working. it says "Mount failed : Invalid argument" mount...
Altera_Forum
Honored Contributor
20 years agoYes, the standalone mount can't not compile.
You have to use busybox mount. The dependency list does not work well in uCinux-dist. So you need "make -C user/busybox clean" to cleanup the busybox. Then "make" "make romfs" and "make linux image" . We use sash shell, it is smaller than busybox and take less memory. You don't need sh in busybox. You can check what is in busybox, by running "busybox" on uClinux. You can check what is in sash, by "help" . You don't need portmap, if you use "-o nolock" mount flag.