Problems with NFS

Discussion in 'Linux' started by Megabeat, Aug 20, 2008.

  1. Megabeat

    Megabeat

    Joined:
    Aug 17, 2008
    Messages:
    2
    Likes Received:
    0
    Hi to all.

    I'm trying to mount nfs shares with my aa1 so I install following packages from default repository.

    nfs-utils - 1:1.1.1-2.fc8.i386
    nfs-utils - 1.1.0-4.fc8.i386

    Starting the rpcbind and nfslock services.
    And I try to mount a remote share with:

    mount -t nfs 192.168.0.2:/alm /mnt/server

    but I get the following error:

    mount.nfs: Protocol not supported

    The service is mounted by other computers on the net so the server is well configured, showmount and rpcinfo gives right information.

    Any idea about this?

    May thanks.
     
    Megabeat, Aug 20, 2008
    #1
  2. Megabeat

    jbg

    Joined:
    Aug 20, 2008
    Messages:
    5
    Likes Received:
    0
    I've tried this myself as well, and it ended up with me using Samba instead. As far as I can tell, the Linpus-kernel that the AA1 uses isn't compiled with NFS-support. =/
     
    jbg, Aug 20, 2008
    #2
  3. Megabeat

    quindo

    Joined:
    Aug 5, 2008
    Messages:
    29
    Likes Received:
    0
    It seems that the default installation can only handle nfs protocol version 2.

    What should work is:
    Code:
    mount -o nfsvers=2 192.168.0.2:/alm /mnt/server
    Little Tip.
    When a nfs share is mounted like this it has to be mounted the same way on an other server also.
     
    quindo, Aug 20, 2008
    #3
  4. Megabeat

    quindo

    Joined:
    Aug 5, 2008
    Messages:
    29
    Likes Received:
    0
    NFS is possible, you just need the right modules :)
    Search this forum, it's explained somewhere (can't find it at the moment).
     
    quindo, Aug 20, 2008
    #4
  5. Megabeat

    Megabeat

    Joined:
    Aug 17, 2008
    Messages:
    2
    Likes Received:
    0

    Many thanks to all, it works fine.
     
    Megabeat, Aug 20, 2008
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.