<?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 mount question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795315#M23562</link>
    <description>See also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://freespace.sourceforge.net/guidod/howto/autofs.html" target="_blank"&gt;http://freespace.sourceforge.net/guidod/howto/autofs.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://ozguru.mu.nu/archives/2005/11/tech_tip_automo.html" target="_blank"&gt;http://ozguru.mu.nu/archives/2005/11/tech_tip_automo.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;</description>
    <pubDate>Fri, 26 May 2006 09:55:12 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-05-26T09:55:12Z</dc:date>
    <item>
      <title>nfs mount question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795310#M23557</link>
      <description>when you do a nfs mount, does it always stay mounted until you manually umount it or is there a timer option that you can specify to automatically umount after a while when it hasn't been accessed. &lt;BR /&gt;&lt;BR /&gt;Is there a difference in nfs mount between redhat and solaris?.</description>
      <pubDate>Fri, 26 May 2006 08:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795310#M23557</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2006-05-26T08:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795311#M23558</link>
      <description>You can use automount/autofs to mount and dismount automatically a NFS export or media.&lt;BR /&gt;&lt;BR /&gt;I don't know about Solaris but normally there are no big differences.</description>
      <pubDate>Fri, 26 May 2006 09:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795311#M23558</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-05-26T09:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795312#M23559</link>
      <description>Shalom Sanjit,&lt;BR /&gt;&lt;BR /&gt;Once nfs mount is done (mounting) the nfs client daemon attempts to maintain that connection until it is specifically broken.&lt;BR /&gt;&lt;BR /&gt;The nfs clients for most OS's are built on the same code base. There are standards for what NFS does and does not do and how it does it.&lt;BR /&gt;&lt;BR /&gt;The real difference with nfs is the version of nfs is running. v2 v3 are in wide user and v4 was released within the past two years.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 26 May 2006 09:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795312#M23559</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-26T09:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795313#M23560</link>
      <description>Is automount/autofs done on client or on server side? &lt;BR /&gt;&lt;BR /&gt;How would I mount this on the client side to tell me to umount after 10min. &lt;BR /&gt;&lt;BR /&gt;Usually I would do mount -F nfs ..... /mnt/nfs on the client side. This stayed mounted all night and I am trying to make a point here that there is a option that we can use to where it will automatically umount.</description>
      <pubDate>Fri, 26 May 2006 09:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795313#M23560</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2006-05-26T09:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795314#M23561</link>
      <description>What OS is your client? The automount/autofs configuration is done at the client side.&lt;BR /&gt;&lt;BR /&gt;On linux is somethig like this:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/auto.master&lt;BR /&gt;&lt;BR /&gt;/misc /etc/auto.nfs --timeout=600&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/auto.nfs&lt;BR /&gt;&lt;BR /&gt;nfs    -ro,soft          server:/export&lt;BR /&gt;&lt;BR /&gt;# service autofs start</description>
      <pubDate>Fri, 26 May 2006 09:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795314#M23561</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-05-26T09:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795315#M23562</link>
      <description>See also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://freespace.sourceforge.net/guidod/howto/autofs.html" target="_blank"&gt;http://freespace.sourceforge.net/guidod/howto/autofs.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://ozguru.mu.nu/archives/2005/11/tech_tip_automo.html" target="_blank"&gt;http://ozguru.mu.nu/archives/2005/11/tech_tip_automo.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;</description>
      <pubDate>Fri, 26 May 2006 09:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795315#M23562</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-05-26T09:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795316#M23563</link>
      <description>Thank you very much for your help. BTY, OS is solaris 10. You get 10 points.</description>
      <pubDate>Fri, 26 May 2006 10:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-question/m-p/3795316#M23563</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2006-05-26T10:17:39Z</dc:date>
    </item>
  </channel>
</rss>

