<?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: slackware NFS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186789#M87872</link>
    <description>You need an /etc/exports file&lt;BR /&gt;&lt;BR /&gt;exportfs -av&lt;BR /&gt;&lt;BR /&gt;That will get you verbose output for any problems you have.&lt;BR /&gt;&lt;BR /&gt;I'm asking that this be transferred to the Linux section where it belongs.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 09 Feb 2004 16:22:23 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-02-09T16:22:23Z</dc:date>
    <item>
      <title>slackware NFS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186788#M87871</link>
      <description>Does anyone know how to get NFS working on&lt;BR /&gt;Linux slackware correctly? Some mounts are&lt;BR /&gt;okay, others show mounted but no listing of&lt;BR /&gt;files/dirs. linux man page on autofs but no&lt;BR /&gt;autofs present on linux slackware server 2.6.22.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 16:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186788#M87871</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-09T16:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: slackware NFS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186789#M87872</link>
      <description>You need an /etc/exports file&lt;BR /&gt;&lt;BR /&gt;exportfs -av&lt;BR /&gt;&lt;BR /&gt;That will get you verbose output for any problems you have.&lt;BR /&gt;&lt;BR /&gt;I'm asking that this be transferred to the Linux section where it belongs.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Feb 2004 16:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186789#M87872</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-09T16:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: slackware NFS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186790#M87873</link>
      <description>Thanks Steve, but /etc/exports is for&lt;BR /&gt;exporting local filesystems. I need to&lt;BR /&gt;get automounter working on the linux box&lt;BR /&gt;to mount exported file systems from the UNIX nfs servers.&lt;BR /&gt;&lt;BR /&gt;I currently have to use &lt;BR /&gt;&lt;BR /&gt;automount &lt;MOUNTPOINT&gt; yp &lt;MAPNAME&gt; &lt;BR /&gt;&lt;BR /&gt;In the rc startup script. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I should have put more info in my email.&lt;BR /&gt;Sorry.&lt;BR /&gt;&lt;BR /&gt;&lt;/MAPNAME&gt;&lt;/MOUNTPOINT&gt;</description>
      <pubDate>Mon, 09 Feb 2004 16:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186790#M87873</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-09T16:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: slackware NFS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186791#M87874</link>
      <description>Look at the man pages for mount, nfsd, exportfs, etc....&lt;BR /&gt;&lt;BR /&gt;This sounds like an NFS version problem.  You may have mis-matched NFS versions (client/server) which can cause all kinds of screwy things to happen.  Anything from not mounting at all to data loss with bad NFS caching.  I believe the setting for automounter is vers=  and can be set to 2 or 3 (possibly 4), although it is not supported on all platforms yet.</description>
      <pubDate>Tue, 10 Feb 2004 01:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186791#M87874</guid>
      <dc:creator>Angus Crome</dc:creator>
      <dc:date>2004-02-10T01:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: slackware NFS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186792#M87875</link>
      <description>What I was able to determine is that&lt;BR /&gt;Slackware does not support nis maps&lt;BR /&gt;that use /- ( Direct Map ) and does&lt;BR /&gt;not work with auto_master map. Or at&lt;BR /&gt;least I was not able to figure out&lt;BR /&gt;how to tell the system to use auto_master.&lt;BR /&gt;&lt;BR /&gt;Linux man pages are lacking at best.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My solution was to just put in rc.yp:&lt;BR /&gt;&lt;BR /&gt;mount &lt;SERVER&gt;:&lt;EXPORT&gt; &lt;MOUNTPOINT&gt;&lt;BR /&gt;&lt;BR /&gt;For every mount I needed. Instead of&lt;BR /&gt;using:&lt;BR /&gt;&lt;BR /&gt;automount &lt;MOUNTPOINT&gt; yp &lt;MAPNAME&gt;&lt;BR /&gt;&lt;BR /&gt;How so old fashioned.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MAPNAME&gt;&lt;/MOUNTPOINT&gt;&lt;/MOUNTPOINT&gt;&lt;/EXPORT&gt;&lt;/SERVER&gt;</description>
      <pubDate>Tue, 10 Feb 2004 08:25:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slackware-nfs/m-p/3186792#M87875</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-02-10T08:25:54Z</dc:date>
    </item>
  </channel>
</rss>

