<?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 How to correct mount CIFS volume from linux ?? in Simulator Discussions</title>
    <link>https://community.netapp.com/t5/Simulator-Discussions/How-to-correct-mount-CIFS-volume-from-linux/m-p/159169#M2585</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am learning NetAPP...and create a CIFS volume..volume name is engineering.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CIFS001.png" style="width: 953px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10025iF8CEB172A2E5C019/image-size/large?v=v2&amp;amp;px=999" role="button" title="CIFS001.png" alt="CIFS001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CIFS002.png" style="width: 949px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10022iCC5461DCB65285EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="CIFS002.png" alt="CIFS002.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;now I could let Win10 mount it and write a file well. (mount path : \\SVM_IP\nsroot\engineering)&lt;/P&gt;
&lt;P&gt;then I&amp;nbsp; want to using linux to mount CIFS volume...&lt;/P&gt;
&lt;P&gt;I create a (cifs) file to provide credential information like below&lt;/P&gt;
&lt;P&gt;-----------------&lt;/P&gt;
&lt;P&gt;username=plateuser&lt;BR /&gt;password=vu/41234&lt;BR /&gt;domain=abc.com.tw&lt;/P&gt;
&lt;P&gt;------------&lt;/P&gt;
&lt;P&gt;then add setting in /etc/fstab&lt;/P&gt;
&lt;P&gt;----------------&lt;/P&gt;
&lt;P&gt;&amp;lt;SVM_IP&amp;gt;:/engineering /mnt/test cifs ro,nouser,noexec,nosuid,credentials=/usr/XXX/yyy/ZZZ/cifs 0 0&lt;/P&gt;
&lt;P&gt;----------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I tested mount..it show BAD UNC...&lt;/P&gt;
&lt;P&gt;which parameter or setting that I forgot or set error ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp001.png" style="width: 405px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10024i6E9D6F00B75E2110/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp001.png" alt="temp001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wencheng&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 03:07:37 GMT</pubDate>
    <dc:creator>Wencheng</dc:creator>
    <dc:date>2020-09-02T03:07:37Z</dc:date>
    <item>
      <title>How to correct mount CIFS volume from linux ??</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/How-to-correct-mount-CIFS-volume-from-linux/m-p/159169#M2585</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am learning NetAPP...and create a CIFS volume..volume name is engineering.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CIFS001.png" style="width: 953px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10025iF8CEB172A2E5C019/image-size/large?v=v2&amp;amp;px=999" role="button" title="CIFS001.png" alt="CIFS001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CIFS002.png" style="width: 949px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10022iCC5461DCB65285EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="CIFS002.png" alt="CIFS002.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;now I could let Win10 mount it and write a file well. (mount path : \\SVM_IP\nsroot\engineering)&lt;/P&gt;
&lt;P&gt;then I&amp;nbsp; want to using linux to mount CIFS volume...&lt;/P&gt;
&lt;P&gt;I create a (cifs) file to provide credential information like below&lt;/P&gt;
&lt;P&gt;-----------------&lt;/P&gt;
&lt;P&gt;username=plateuser&lt;BR /&gt;password=vu/41234&lt;BR /&gt;domain=abc.com.tw&lt;/P&gt;
&lt;P&gt;------------&lt;/P&gt;
&lt;P&gt;then add setting in /etc/fstab&lt;/P&gt;
&lt;P&gt;----------------&lt;/P&gt;
&lt;P&gt;&amp;lt;SVM_IP&amp;gt;:/engineering /mnt/test cifs ro,nouser,noexec,nosuid,credentials=/usr/XXX/yyy/ZZZ/cifs 0 0&lt;/P&gt;
&lt;P&gt;----------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I tested mount..it show BAD UNC...&lt;/P&gt;
&lt;P&gt;which parameter or setting that I forgot or set error ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp001.png" style="width: 405px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10024i6E9D6F00B75E2110/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp001.png" alt="temp001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wencheng&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 03:07:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/How-to-correct-mount-CIFS-volume-from-linux/m-p/159169#M2585</guid>
      <dc:creator>Wencheng</dc:creator>
      <dc:date>2020-09-02T03:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to correct mount CIFS volume from linux ??</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/How-to-correct-mount-CIFS-volume-from-linux/m-p/159172#M2586</link>
      <description>&lt;P&gt;When I try to troubleshooting&amp;nbsp; mount NetAPP CIFS volume issue..&lt;/P&gt;
&lt;P&gt;I think and compare using the same linux (SuSE12 SP4 ) to mount other CIFS volume.&lt;/P&gt;
&lt;P&gt;so I try to mount a NAS share volume , this SuSE12SP4 could mount well.&lt;/P&gt;
&lt;P&gt;but I try to mount NetAPP CIFS volume it show error (5)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp_NAS可以NetAPP不行.png" style="width: 660px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10026i5AFFCEF2214EC273/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp_NAS可以NetAPP不行.png" alt="temp_NAS可以NetAPP不行.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 06:14:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/How-to-correct-mount-CIFS-volume-from-linux/m-p/159172#M2586</guid>
      <dc:creator>Wencheng</dc:creator>
      <dc:date>2020-09-02T06:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to correct mount CIFS volume from linux ??</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/How-to-correct-mount-CIFS-volume-from-linux/m-p/168240#M2758</link>
      <description>&lt;P&gt;I'm getting a similar error after upgrading from 9.5 to 9.7.&lt;BR /&gt;I'm able to mount, but after sometime when I try to use the area, I get this message&lt;BR /&gt;OSError: [Errno 5] Input/output error:&lt;/P&gt;&lt;P&gt;I try to umount e mount, everything works again, but just for a while.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 14:32:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/How-to-correct-mount-CIFS-volume-from-linux/m-p/168240#M2758</guid>
      <dc:creator>fabio_nowak</dc:creator>
      <dc:date>2021-07-05T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to correct mount CIFS volume from linux ??</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/How-to-correct-mount-CIFS-volume-from-linux/m-p/457394#M3137</link>
      <description>&lt;UL&gt;&lt;LI&gt;As a result of the fix for&amp;nbsp;&lt;A class="" href="https://mysupport.netapp.com/site/bugs-online/product/ONTAP/BURT/1274307" target="_blank" rel="external noopener"&gt;Bug 1274307&lt;/A&gt;, ONTAP will force client sessions to&amp;nbsp;idle out after the timeout period&lt;/LI&gt;&lt;LI&gt;The default timeout value is 900 seconds.&lt;/LI&gt;&lt;LI&gt;It is expected, that SMB clients will recover the sessions&lt;/LI&gt;&lt;LI&gt;&lt;FONT&gt;Samba clients on older versions of the Linux Kernel, may be susceptible to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" title="https://bugzilla.kernel.org/show_bug.cgi?id=195817" href="https://bugzilla.kernel.org/show_bug.cgi?id=195817" target="_blank" rel="external noopener"&gt;Linux bug&amp;nbsp;195817&lt;/A&gt;&amp;nbsp;and disregard&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;STATUS_USER_SESSION_DELETED&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://kb.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/CIFS_sessions_close_due_to_idle_timeout_for_Linux_and_other_SMB_clients" target="_blank" rel="noopener"&gt;CIFS sessions close due to idle timeout for Linux and other SMB clients - NetApp Knowledge Base&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 16 Dec 2024 08:27:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/How-to-correct-mount-CIFS-volume-from-linux/m-p/457394#M3137</guid>
      <dc:creator>liu</dc:creator>
      <dc:date>2024-12-16T08:27:12Z</dc:date>
    </item>
  </channel>
</rss>

