<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: nfs in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829585#M2769</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;automounter is using automount daemon. It unmounts any mounted filesystem if it is idle for 5 minutes by default. Try Increasing the timeout to 20 min.&lt;BR /&gt;&lt;BR /&gt;#automount -t 20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Tue, 22 Oct 2002 05:26:36 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-10-22T05:26:36Z</dc:date>
    <item>
      <title>nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829574#M2758</link>
      <description>Hi all..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to find nfs version,,, which i'm using????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Mon, 21 Oct 2002 04:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829574#M2758</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-10-21T04:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829575#M2759</link>
      <description>Hi,&lt;BR /&gt;Do this to find the version.&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/rpc.nfsd --version &lt;BR /&gt;&lt;BR /&gt;  or this&lt;BR /&gt;#/usr/sbin/rpc.nfsd -v &lt;BR /&gt;&lt;BR /&gt;These are differences between NFS V1 and NFS V2&lt;BR /&gt;&lt;BR /&gt;Version 2 limits the client to 2 GB file size (32 bit offset) support; Version 3 supports larger files (up to 64 bit offsets), depending on the server &lt;BR /&gt;The Version 2 protocol limits the maximum data transfer size to 8K (8192 bytes); the Version 3 protocol will allow support of up to 64K. This maximum value is set to 8K on currently released Linux kernels, and is has been set to 32K in the latest experimental patches &lt;BR /&gt;The Version 2 protocol requires that each write request be posted to the server's disk before the server replies to the client; Version 3 requires only that the server returns the status of the data involved in the write request, and also provides a commit request which will not return until all data specified in the request has been posted to the server's disk &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 06:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829575#M2759</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-21T06:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829576#M2760</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the information,,&lt;BR /&gt;&lt;BR /&gt;I'm using Redhat 6.2 with 2.2.14 kernel,, and have NIS configure,, so user home directories are there in Storage, they get mounted onto the client through NFS, some times when i do cp or move operations i get input/output error,, is there any FIX for this,,&lt;BR /&gt;&lt;BR /&gt;also it is possible to have NFS version 3 on 2.2 kernels,&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Mon, 21 Oct 2002 06:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829576#M2760</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-10-21T06:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829577#M2761</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Ref:&lt;BR /&gt;NFS Version 2 has been around for quite some time now (at least since the 1.2 kernel series) however you will need a kernel version of at least 2.2.18 if you wish to do any of the following: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mix Linux NFS with other operating systems' NFS&lt;BR /&gt;&lt;BR /&gt;Use file locking reliably over NFS&lt;BR /&gt;&lt;BR /&gt;Use NFS Version 3.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There are also patches available for kernel versions above 2.2.14 that provide the above functionality. Some of them can be downloaded from the Linux NFS homepage. If your kernel version is 2.2.14- 2.2.17 and you have the source code on hand, you can tell if these patches have been added because NFS Version 3 server support will be a configuration option. However, unless you have some particular reason to use an older kernel, you should upgrade because many bugs have been fixed along the way. Kernel 2.2.19 contains some additional locking improvements over 2.2.18. &lt;BR /&gt;&lt;BR /&gt;Version 3 functionality will also require the nfs-utils package of at least version 0.1.6, and mount version 2.10m or newer. However because nfs-utils and mount are fully backwards compatible, and because newer versions have lots of security and bug fixes, there is no good reason not to install the newest nfs-utils and mount packages if you are beginning an NFS setup. &lt;BR /&gt;&lt;BR /&gt;All 2.4 and higher kernels have full NFS Version 3 functionality. &lt;BR /&gt;&lt;BR /&gt;In all cases, if you are building your own kernel, you will need to select NFS and NFS Version 3 support at compile time. Most (but not all) standard distributions come with kernels that support NFS version 3. &lt;BR /&gt;&lt;BR /&gt;Handling files larger than 2 GB will require a 2.4x kernel and a 2.2.x version of glibc. &lt;BR /&gt;&lt;BR /&gt;All kernels after 2.2.18 support NFS over TCP on the client side. As of this writing, server-side NFS over TCP only exists in a buggy form as an experimental option in the post-2.2.18 series; patches for 2.4 and 2.5 kernels have been introduced starting with 2.4.17 and 2.5.6. The patches are believed to be stable, though as of this writing they are relatively new and have not seen widespread use or integration into the mainstream 2.4 kernel. &lt;BR /&gt;&lt;BR /&gt;Because so many of the above functionalities were introduced in kernel version 2.2.18, this document was written to be consistent with kernels above this version (including 2.4.x). If you have an older kernel, this document may not describe your NFS system correctly. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 06:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829577#M2761</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-21T06:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829578#M2762</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Also check whether your nfs client's version is&lt;BR /&gt;matching with nfs server's version ( As said in my first reply ) &lt;BR /&gt;&lt;BR /&gt;To check the nfs client's version do this&lt;BR /&gt;#/usr/sbin/rpc.mountd --version&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Mon, 21 Oct 2002 06:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829578#M2762</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-21T06:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829579#M2763</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at this link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linuxselfhelp.com/HOWTO/NFS-HOWTO/performance.html" target="_blank"&gt;http://linuxselfhelp.com/HOWTO/NFS-HOWTO/performance.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 06:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829579#M2763</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-21T06:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829580#M2764</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have to use 2.2.14, development specific reason,, so how to get rid of this input/output problem,,&lt;BR /&gt;&lt;BR /&gt;Any suggestions for this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Mon, 21 Oct 2002 06:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829580#M2764</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-10-21T06:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829581#M2765</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In that case , please try following the recommendation below&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nfs.sourceforge.net/nfs-howto/interop.html" target="_blank"&gt;http://nfs.sourceforge.net/nfs-howto/interop.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you must mount a NFS directories in servers with rsize=1024,wsize=1024 options.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2002 07:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829581#M2765</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-21T07:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829582#M2766</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;FYI,&lt;BR /&gt;&lt;BR /&gt;nfsstat -n gives the info about which nfs version you are using&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Mon, 21 Oct 2002 07:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829582#M2766</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-10-21T07:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829583#M2767</link>
      <description>Hi,&lt;BR /&gt;Thanls for FYI &lt;BR /&gt;Have my answers have helped you ?.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Mon, 21 Oct 2002 07:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829583#M2767</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-21T07:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829584#M2768</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm using automounter,, so i dont think i can specify any options in that ????&lt;BR /&gt;&lt;BR /&gt;any help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Mon, 21 Oct 2002 07:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829584#M2768</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-10-21T07:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829585#M2769</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;automounter is using automount daemon. It unmounts any mounted filesystem if it is idle for 5 minutes by default. Try Increasing the timeout to 20 min.&lt;BR /&gt;&lt;BR /&gt;#automount -t 20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 22 Oct 2002 05:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/2829585#M2769</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-22T05:26:36Z</dc:date>
    </item>
  </channel>
</rss>

