<?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: access mount path from windows and linux in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/access-mount-path-from-windows-and-linux/m-p/435245#M40622</link>
    <description>&lt;P&gt;To be able to have both unix and cifs users access you will need to setup usermapping one way to do this is described in the document below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.netapp.com/us-en/ontap-sm-classic/nas-multiprotocol-config/task_mapping_unix_windows_user_names.html" target="_blank" rel="noopener"&gt;https://docs.netapp.com/us-en/ontap-sm-classic/nas-multiprotocol-config/task_mapping_unix_windows_user_names.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2022 06:48:50 GMT</pubDate>
    <dc:creator>Reverett</dc:creator>
    <dc:date>2022-05-24T06:48:50Z</dc:date>
    <item>
      <title>access mount path from windows and linux</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/access-mount-path-from-windows-and-linux/m-p/435163#M40615</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I expect to access NetApp storage volumes from Windows and Linux.&lt;BR /&gt;Therefore, for the created Volume "Vol1"&lt;BR /&gt;I want to access "/Vol1" from Windows and "/mnt/Vol1" from Linux.&lt;BR /&gt;Would you please teach me how to do that?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I thought about setting Junction-path, unmounted Vol1, and then&lt;BR /&gt;When I try to change Junction-path from Vol1 to /mnt/Vol1, I get the following error:&lt;BR /&gt;"Error: command failed: Failed to create or determine if a junction exists within volume" svm_root ".&lt;BR /&gt;Error occurred with the remaining junction path of "/mnt/Vol1" for the given path of "/mnt/Vol1"&lt;BR /&gt;Reason: Junction create failed (2) "&lt;/P&gt;&lt;P&gt;I also created a volume called mnt and set it to the junction path of mnt.&lt;BR /&gt;Then, I was able to set "/mnt/Vol1" to the Junction Pass of "Vol1".&lt;BR /&gt;Then, I was able to mount it on "/mnt/Vol1" from Linux, but I couldn't access anything from Windows.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:00:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/access-mount-path-from-windows-and-linux/m-p/435163#M40615</guid>
      <dc:creator>adakatsu</dc:creator>
      <dc:date>2025-06-04T10:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: access mount path from windows and linux</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/access-mount-path-from-windows-and-linux/m-p/435172#M40618</link>
      <description>&lt;P&gt;You can't have two different junction paths.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why do you need to have the path be /mnt/vol1? What's the use case for that? In NFS, all you'd need to do is mount with the following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#mkdir /mnt/vol1&lt;/P&gt;&lt;P&gt;# mount ontap:/vol1 /mnt/vol1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then your client would access the storage from /mnt/vol1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason you can't simply make /mnt/vol1 the junction path is that /mnt has to exist in ONTAP's namespace. When you created the volume with /mnt as the path, that allowed you to mount to that path within ONTAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason the SMB share failed after that is you likely didn't create a share with /mnt/vol1 as the path.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But ultimately it shouldn't matter what the path is inside ONTAP; what matters is what the client is presented.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For SMB, it would be \\ontap\sharename regardless of which path that share points to in ONTAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For NFS, it would be /vol1 or /mnt/vol1. But it doesn't make sense to create the junction path /mnt/vol1 when you can just create that path on the client if you need that specific path.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 14:32:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/access-mount-path-from-windows-and-linux/m-p/435172#M40618</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2022-05-20T14:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: access mount path from windows and linux</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/access-mount-path-from-windows-and-linux/m-p/435236#M40621</link>
      <description>&lt;P&gt;These two documents might be helpful in configuring multiprotocol access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.netapp.com/pdf.html?item=/media/27436-tr-4887.pdf" target="_blank"&gt;https://www.netapp.com/pdf.html?item=/media/27436-tr-4887.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.netapp.com/us-en/ontap-sm-classic/nas-multiprotocol-config/index.html" target="_blank"&gt;https://docs.netapp.com/us-en/ontap-sm-classic/nas-multiprotocol-config/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 03:37:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/access-mount-path-from-windows-and-linux/m-p/435236#M40621</guid>
      <dc:creator>DarrenJ</dc:creator>
      <dc:date>2022-05-24T03:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: access mount path from windows and linux</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/access-mount-path-from-windows-and-linux/m-p/435245#M40622</link>
      <description>&lt;P&gt;To be able to have both unix and cifs users access you will need to setup usermapping one way to do this is described in the document below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.netapp.com/us-en/ontap-sm-classic/nas-multiprotocol-config/task_mapping_unix_windows_user_names.html" target="_blank" rel="noopener"&gt;https://docs.netapp.com/us-en/ontap-sm-classic/nas-multiprotocol-config/task_mapping_unix_windows_user_names.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 06:48:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/access-mount-path-from-windows-and-linux/m-p/435245#M40622</guid>
      <dc:creator>Reverett</dc:creator>
      <dc:date>2022-05-24T06:48:50Z</dc:date>
    </item>
  </channel>
</rss>

