Re: [SLE] NFS

From: Alexandr Malusek (Alexandr.Malusek_at_imv.liu.se)
Date: 08/13/04

  • Next message: Trey Gruel: "Re: [SLE] NPTL??"
    To: suse-linux-e@suse.com
    Date: Fri, 13 Aug 2004 15:52:37 +0200
    
    

    it clown <suse@mailbox.co.za> writes:

    > I am having some trouble with nfs when wanting to manual
    > mount a nfs share. I am using 9.1 pro. When i use the
    > following command: mount pc:/share /mnt i get the following
    > error ( i did rcportmap start ):
    >
    > nfs server reported tcp not available, falling back to udp.

    It's not an error message. NFS over UDP was used in the past.

    You can check that the server provides NFS over TCP via

    $ /usr/sbin/rpcinfo -p pc
      program vers proto port
    ...
        100003 2 udp 2049 nfs
        100003 3 udp 2049 nfs
        100003 2 tcp 2049 nfs
        100003 3 tcp 2049 nfs
    ...

    In the example above, both UDP and TCP are supported by the nfs daemon.

    > When i use nfsclient in yast2 it mounts 100%.

    IMHO it just doesn't list the message. "netstat | grep nfs" will show
    if there is an NFS over TCP connection.

    If both the NFS server and client run SUSE Linux 9.1 then you did
    something wrong since NFS over TCP is started by default in this case.

    --
    A.M.
    -- 
    Check the headers for your unsubscription address
    For additional commands send e-mail to suse-linux-e-help@suse.com
    Also check the archives at http://lists.suse.com
    Please read the FAQs: suse-linux-e-faq@suse.com
    

  • Next message: Trey Gruel: "Re: [SLE] NPTL??"