Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

NFS share

Altera_Forum
Honored Contributor II
1,167 Views

Hi, 

I'm trying to setup an NFS share on the 1c12 dev board. 

 

 

I add into kernel : 

<div class='quotetop'>QUOTE </div> 

--- Quote Start ---  

File system --> Network FS -->  

[*] NFS file system support 

[*] provide NFSV3 client support 

 

[*] NFS server support 

[*] provide NFSV3 server support 

[*] provide  NFS server over IP[/b] 

--- Quote End ---  

 

 

I want a network share named flashfs which is a /flashfs directory.# mount -t nfs 172.16.207.43:/flashfs /flashfs -n -o nolock 

 

I&#39;ve got the error 

<div class='quotetop'>QUOTE </div> 

--- Quote Start ---  

mount: RPC: Port mapper failure - RPC: Unable to receive[/b] 

--- Quote End ---  

 

 

In case I built uClinux portmap but when executing I&#39;ve got the error 

<div class='quotetop'>QUOTE </div> 

--- Quote Start ---  

portmap: fork: Function not implemented[/b] 

--- Quote End ---  

 

 

 

What am I missing? 

Please help 

Thks 

Marc
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
461 Views

NFS server support provide NFSV3 server support provide  NFS server over IP 

 

This is NFS server, do you let the target Nios2 board to provide NFS server? 

So it is not nessary to enable them. 

 

Second,the mount command excued in Nios2 board is: 

 

mount -t nfs 218.192.171.46:/home/nfs /usr/bin -n -o nolock 

 

/home/nfs is a dir which your host linux should share it by NFS server. 

 

/usr/bin is the mount point for Nios2 target to access
0 Kudos
Altera_Forum
Honored Contributor II
461 Views

Thank you very much for your help 

Marc
0 Kudos
Reply