Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

The problem when mounting NFS

I setup the linux os on the niosII board. BUt when I mount the NFS(network file system), it is said that the mount is older than linux kernel and I can not mount it successfully. What is the problem? I have not add the busy-box in my filesystem, does that matter?

Thanks!

6 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    can you post the commandline that you entered and the error message that you received?

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The problem solved. Thanks!!!!

    Can you or anybody tell me how to log in uClinux with root rather than nios2?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    cloud,

    Please tell me how to solve your problem about NFS mount older than kernel.I use OMNI-NFS server v4.2 in win2000 to NFS transfer.It can copy the file,but run the executable promgram,the linux startup again.

    The same executable program storage in CF card,it can be execute successfully.

    How bother am I,Please help me!Thanks!

    Tony Zhu

    ChongQing,China
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by zrycq@Oct 27 2004, 10:43 PM

    cloud,

    please tell me how to solve your problem about nfs mount older than kernel.i use omni-nfs server v4.2 in win2000 to nfs transfer.it can copy the file,but run the executable promgram,the linux startup again.

    the same executable program storage in cf card,it can be execute successfully.

    how bother am i,please help me!thanks!

    tony zhu

    chongqing,china

    --- Quote End ---

    Hi, Tony, I have not tried to run executables on NFS server yet. I would like to try later and then discuss with you, since recently, I am very busy in something.

    I use nfs server running on Fedora linux rather than a software tool running on OS windows.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by zrycq@Oct 27 2004, 10:43 PM

    cloud,

    please tell me how to solve your problem about nfs mount older than kernel.i use omni-nfs server v4.2 in win2000 to nfs transfer.it can copy the file,but run the executable promgram,the linux startup again.

    the same executable program storage in cf card,it can be execute successfully.

    how bother am i,please help me!thanks!

    tony zhu

    chongqing,china

    --- Quote End ---

    Hi, Tony,. I tried to run the executable on NFS server, and it is seccussful.

    Maybe you can try two things first. One is whether or not you can write to the NFS directory. Second is that you can try: chmod 777 file_name.

    It seems strange that your linux startup again. Maybe, your nfs server has some problems. I use fedora as NFS server.

    And some one mentioned that the some ftp client tools running on windows may need to be specifically set to access the ftp on nios board. Does your software have the some problem?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    cloud,

    Thanks,I use Omni-nfs server v4.2 as the nfs server in windows2000,maybe the server

    communicate with the uclinux is been some problems.So now I use the FTP debug my program.