Shelby, All, On Friday 22 May 2009 23:11:22 Shelby, Ken (SEN US EXT) wrote: > I need some help mounting an NFS file system on a Busybox 1.13.4 > machine. > This is the error message: > mount: 10.2.106.25:/export has wrong device number or fs type > nfs not supported
Unless I'm terribly mistaken (due to heavy tiredness), "fs type nfs not supported" seems quite obvious to me: your kernel does not have NFS supoprt. > I have tried having the RHEL server offer only NFS version 2 or only NFS > version 3. It now explicitly offers both: > # cat /etc/sysconfig/nfs > MOUNTD_NFS_V1="no" > MOUNTD_NFS_V2="yes" > MOUNTD_NFS_V3="yes" And what does your kernel really supports? Just run: cat /proc/filesystems and see if nfs is in there. If not, check if you have NFS support as a kernel module and load that. If not, then your kernel does not have NFS support, neither built-in nor in module. Re-configure and re-build your kernel, then. Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +0/33 662376056 | Software Designer | \ / CAMPAIGN | ___ | | --==< ^_^ >==-- `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | `------------------------------^-------^------------------^--------------------' _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
