<?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: make links between directories in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544266#M839249</link>
    <description>First I believe you are having problems because the server is only advertising /fs2 to your windows server. Since your link reads "/fs1/aaa1" the client says "I don't know about /fs1".&lt;BR /&gt;&lt;BR /&gt;You might be able to fix this by removing the link and recreating as follows:&lt;BR /&gt;&lt;BR /&gt;1. cd /fs2&lt;BR /&gt;2. ln -s ../fs1/aaa1 ./aaa1&lt;BR /&gt;&lt;BR /&gt;Also, are these separate file systems?&lt;BR /&gt;&lt;BR /&gt;David</description>
    <pubDate>Fri, 13 May 2005 10:36:04 GMT</pubDate>
    <dc:creator>David Child_1</dc:creator>
    <dc:date>2005-05-13T10:36:04Z</dc:date>
    <item>
      <title>make links between directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544265#M839248</link>
      <description>I have a directory /fs1/aa1 and I made a link in /fs2/ like this:&lt;BR /&gt;&lt;BR /&gt;ln -s /fs1/aa1 /fs2/aa1 &lt;BR /&gt;&lt;BR /&gt;I did a "ll" and I can see the link, and it works from UNIX. &lt;BR /&gt;I have share by NFS /fs2, when I mount /fs2 in a windows PC I see the directoy /fs2/aa1 like an archive NOT A DIRECTORY, so from windows I can't access to the link.&lt;BR /&gt;&lt;BR /&gt;Somebody know what do I have to do to see the link like a directory in windows?&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2005 10:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544265#M839248</guid>
      <dc:creator>Duda_1</dc:creator>
      <dc:date>2005-05-13T10:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: make links between directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544266#M839249</link>
      <description>First I believe you are having problems because the server is only advertising /fs2 to your windows server. Since your link reads "/fs1/aaa1" the client says "I don't know about /fs1".&lt;BR /&gt;&lt;BR /&gt;You might be able to fix this by removing the link and recreating as follows:&lt;BR /&gt;&lt;BR /&gt;1. cd /fs2&lt;BR /&gt;2. ln -s ../fs1/aaa1 ./aaa1&lt;BR /&gt;&lt;BR /&gt;Also, are these separate file systems?&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Fri, 13 May 2005 10:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544266#M839249</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2005-05-13T10:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: make links between directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544267#M839250</link>
      <description>yes, They are diferent filesystem...&lt;BR /&gt;I Try but it doesn't work.</description>
      <pubDate>Fri, 13 May 2005 11:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544267#M839250</guid>
      <dc:creator>Duda_1</dc:creator>
      <dc:date>2005-05-13T11:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: make links between directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544268#M839251</link>
      <description>NFS is usually pretty intelligent, from a security standpoint.&lt;BR /&gt;&lt;BR /&gt;It usually won't follow symlinks, or child mounts.&lt;BR /&gt;&lt;BR /&gt;Meaning, if you want to access data in '/fs1/aa1', you'll have to share that path too.</description>
      <pubDate>Fri, 13 May 2005 11:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544268#M839251</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-13T11:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: make links between directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544269#M839252</link>
      <description>err won't follow symlinks outside of the existing mount.&lt;BR /&gt;&lt;BR /&gt;Sorry, 2am ;) mind not as clear as I thought it was..</description>
      <pubDate>Fri, 13 May 2005 11:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544269#M839252</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-13T11:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: make links between directories</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544270#M839253</link>
      <description>Paola,&lt;BR /&gt;&lt;BR /&gt;Stuart is correct. You really won't have any luck with the symlink over the two mount points. &lt;BR /&gt;&lt;BR /&gt;"   The NFS protocol is specified to not let a NFS client cross &lt;BR /&gt;   mount points. This is so the NFS client does not get confused &lt;BR /&gt;   about the identity of files in the even[t] two files on two &lt;BR /&gt;   different server file systems share the same file id (inode #). "&lt;BR /&gt;&lt;BR /&gt;The relative link naming will only work within the same mount point so that is not really what you need.&lt;BR /&gt;&lt;BR /&gt;I believe your only two options are to either export /fs1 and /fs2 or get all the data into the same mount point.&lt;BR /&gt;&lt;BR /&gt;david</description>
      <pubDate>Fri, 13 May 2005 11:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-links-between-directories/m-p/3544270#M839253</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2005-05-13T11:44:06Z</dc:date>
    </item>
  </channel>
</rss>

