<?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 Error in link creation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-link-creation/m-p/5057176#M436010</link>
    <description>Hello all&lt;BR /&gt;&lt;BR /&gt;I want create a link between a existing file (file1) and new file (file2), executing next command:&lt;BR /&gt;&lt;BR /&gt;ln file1 /dir/subdir/file2 &lt;BR /&gt;&lt;BR /&gt;The output is:&lt;BR /&gt;&lt;BR /&gt;ln: different file system&lt;BR /&gt;&lt;BR /&gt;I tried ln -f and output is the same.&lt;BR /&gt;Somebody can help me please...&lt;BR /&gt;&lt;BR /&gt;Thnak's</description>
    <pubDate>Mon, 09 Jul 2007 13:29:20 GMT</pubDate>
    <dc:creator>hboo</dc:creator>
    <dc:date>2007-07-09T13:29:20Z</dc:date>
    <item>
      <title>Error in link creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-link-creation/m-p/5057176#M436010</link>
      <description>Hello all&lt;BR /&gt;&lt;BR /&gt;I want create a link between a existing file (file1) and new file (file2), executing next command:&lt;BR /&gt;&lt;BR /&gt;ln file1 /dir/subdir/file2 &lt;BR /&gt;&lt;BR /&gt;The output is:&lt;BR /&gt;&lt;BR /&gt;ln: different file system&lt;BR /&gt;&lt;BR /&gt;I tried ln -f and output is the same.&lt;BR /&gt;Somebody can help me please...&lt;BR /&gt;&lt;BR /&gt;Thnak's</description>
      <pubDate>Mon, 09 Jul 2007 13:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-link-creation/m-p/5057176#M436010</guid>
      <dc:creator>hboo</dc:creator>
      <dc:date>2007-07-09T13:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error in link creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-link-creation/m-p/5057177#M436011</link>
      <description>You are attempting to create a hard-link (which is two or more directory entries sharing a common inode and must therefore be in the same file system). Instead you want a "soft" or symbolic link which is a directory-entry that contains a string is, in fact, another directory entry and can cross file system boundaries. &lt;BR /&gt;&lt;BR /&gt;Add the "-s" argument to your existing ln and you are good to go.&lt;BR /&gt;&lt;BR /&gt;ln -s file1 /dir/subdir/file2 &lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jul 2007 13:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-link-creation/m-p/5057177#M436011</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-07-09T13:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in link creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-link-creation/m-p/5057178#M436012</link>
      <description>ThankÂ´s .. &lt;BR /&gt;&lt;BR /&gt;Its works good.&lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Mon, 09 Jul 2007 14:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-link-creation/m-p/5057178#M436012</guid>
      <dc:creator>hboo</dc:creator>
      <dc:date>2007-07-09T14:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error in link creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-link-creation/m-p/5057179#M436013</link>
      <description>Thank's</description>
      <pubDate>Mon, 09 Jul 2007 14:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-link-creation/m-p/5057179#M436013</guid>
      <dc:creator>hboo</dc:creator>
      <dc:date>2007-07-09T14:56:00Z</dc:date>
    </item>
  </channel>
</rss>

