<?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>i.MX ProcessorsのトピックRe: NFS export don't work on LTIB</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270575#M29136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, please try setting a folder under your HOME, just to make sure that the problem is not related to the mounting point. Which OS host are you running? which filesystem's type is on /data? ext4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 15:09:58 GMT</pubDate>
    <dc:creator>LeonardoSandova</dc:creator>
    <dc:date>2013-04-22T15:09:58Z</dc:date>
    <item>
      <title>NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270572#M29133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the latest MX6 LTIB on a Sabre Lite board, with kernel NFS support turned on, and can't export any directories. I get this error from exportfs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exportfs: /data does not support NFS export&lt;/P&gt;&lt;P&gt;This message seems to occur because (fs_has_fsid == 1) in exportfs.c's validate_export(), but this may be a red herring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My /etc/exports file simply contains a line with "/data *(ro)".&lt;/P&gt;&lt;P&gt;Running 'showmount -e localhost' shows an empty set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there's no NFS startup script I'm using the startup order from the nfs-utils README file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mount -t nfsd nfsd /proc/fs/nfsd&lt;/P&gt;&lt;P&gt;exportfs -av ; rpc.mountd&lt;/P&gt;&lt;P&gt;rpc.statd --no-notify&lt;/P&gt;&lt;P&gt;rpc.nfsd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried nfs-utils-1.2.7 to no avail. Any ideas appreciated! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 22:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270572#M29133</guid>
      <dc:creator>kguilbert</dc:creator>
      <dc:date>2013-04-16T22:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270573#M29134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Kyle,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try to apply "/opt/nfsroot *(rw,sync,no_root_squash)" in your /etc/exports file. Then use "networking " restart nework.&lt;/P&gt;&lt;P&gt;#sudo /etc/init.d/networking restart&lt;/P&gt;&lt;P&gt;&amp;lt;/opt/nfsroot is NFS directory, you should change it to yours.&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 07:38:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270573#M29134</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-04-22T07:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270574#M29135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your information, attached is a document about setting up a host.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 08:50:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270574#M29135</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-04-22T08:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270575#M29136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, please try setting a folder under your HOME, just to make sure that the problem is not related to the mounting point. Which OS host are you running? which filesystem's type is on /data? ext4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 15:09:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270575#M29136</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-04-22T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270576#M29137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using ext4. I'll take a look the next time I boot into the LTIB &lt;/P&gt;&lt;P&gt;rootfs. For what it's worth, it works in Ubuntu after turning on NFS &lt;/P&gt;&lt;P&gt;server kernel support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 15:12:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270576#M29137</guid>
      <dc:creator>kguilbert</dc:creator>
      <dc:date>2013-04-22T15:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270577#M29138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Kyle,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I paste a document summarized by me here , It should be helpful for your setting up enviromnet ! check it ,please !&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 04:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270577#M29138</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-04-23T04:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270578#M29139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Weidong (and others),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are focusing on the host NFS setup, to allow the target board to act as an NFS client. I am trying to make the target board act as an *NFS Server*. As far as I can tell, this the opposite of what the posted document describes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270578#M29139</guid>
      <dc:creator>kguilbert</dc:creator>
      <dc:date>2013-04-23T14:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270579#M29140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Kyle,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I guess you are running ubuntu on board, so you can run "apt-get install" command on board to install NFS Server program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you the command can't get server address, NFS server can't be installed on you board. becatuse server addresses in source list are all for ARM ubuntu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try it ,please !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 04:01:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270579#M29140</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2013-04-24T04:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270580#M29141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Way ahead of you. I've installed nfs-kernel-server on the board and &lt;/P&gt;&lt;P&gt;rebuilt the kernel to include nfs server support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 14:53:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270580#M29141</guid>
      <dc:creator>kguilbert</dc:creator>
      <dc:date>2013-04-24T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: NFS export don't work on LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270581#M29142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Kyle,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you provide the steps for setting up the NFS-server on the imx6 Target board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 09:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NFS-export-don-t-work-on-LTIB/m-p/270581#M29142</guid>
      <dc:creator>sam_raj</dc:creator>
      <dc:date>2013-08-05T09:15:28Z</dc:date>
    </item>
  </channel>
</rss>

