<?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: Same inode numbers? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976797#M418972</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just for confirmation, can you see the output of the command, "bdf" or "df -k" and see whether thay are mountpoints or not ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
    <pubDate>Wed, 03 May 2006 03:17:29 GMT</pubDate>
    <dc:creator>Senthil Kumar .A_1</dc:creator>
    <dc:date>2006-05-03T03:17:29Z</dc:date>
    <item>
      <title>Same inode numbers?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976792#M418967</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am printing the inode numbers of directories which are mounted under /mnt/&lt;BR /&gt;&lt;BR /&gt;bash-2.02# ls -i /mnt/&lt;BR /&gt;136712 vol         2 vset1       2 vset2       2 vset3       2 vset4&lt;BR /&gt;&lt;BR /&gt;As can be seen all vset1 to vset4 have same inode numbers.&lt;BR /&gt;&lt;BR /&gt;Can any one explain?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;Prasad</description>
      <pubDate>Wed, 03 May 2006 01:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976792#M418967</guid>
      <dc:creator>Prasad Joshi</dc:creator>
      <dc:date>2006-05-03T01:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Same inode numbers?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976793#M418968</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;it can happen if the file are hard link.&lt;BR /&gt;&lt;BR /&gt;# cd /test&lt;BR /&gt;# touch hehe&lt;BR /&gt;# ln hehe haha&lt;BR /&gt;# ls -i&lt;BR /&gt;    21 ren      21 war&lt;BR /&gt;&lt;BR /&gt;GOOD LUCK!!</description>
      <pubDate>Wed, 03 May 2006 01:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976793#M418968</guid>
      <dc:creator>Warren_9</dc:creator>
      <dc:date>2006-05-03T01:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Same inode numbers?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976794#M418969</link>
      <description>Hi Prasad, &lt;BR /&gt;&lt;BR /&gt;It happens only when you have hard links on /mnt. Check ll /mnt to find it out. &lt;BR /&gt;&lt;BR /&gt;Also, take a look at &lt;A href="http://en.wikipedia.org/wiki/Inode" target="_blank"&gt;http://en.wikipedia.org/wiki/Inode&lt;/A&gt; for a detailed explanation about inode. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 03 May 2006 01:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976794#M418969</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-03T01:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Same inode numbers?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976795#M418970</link>
      <description>Hi Prasad,&lt;BR /&gt;&lt;BR /&gt;     In the following case, it is a special case not a hard link per say. If you notice though the inodes are identical , the value is 2. It means, it is a directory on which a filesystem is mounted. Thats because the root inode of any filesystem is "2". If you  unmount the filesystems on these vset* directories and run the same command again, you will notice that the inodes will not be identical anymore.&lt;BR /&gt;&lt;BR /&gt;    To know more about this internal concept I recommend you to go through a book titled...&lt;BR /&gt;&lt;BR /&gt;The design of the UNIX operating system -  Maurice J. Bach &lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Wed, 03 May 2006 02:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976795#M418970</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-05-03T02:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Same inode numbers?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976796#M418971</link>
      <description>Those are not surely hard links.&lt;BR /&gt;As you can see from this output&lt;BR /&gt;&lt;BR /&gt;bash-2.02# ls -li&lt;BR /&gt;total 8&lt;BR /&gt;136712 drwxr-xr-x   2 root       root            96 Apr 27 17:28 vol&lt;BR /&gt;     2 drwxrwxrwx   6 root       root          1024 May  3 13:23 vset1&lt;BR /&gt;     2 drwxrwxrwx   5 root       root          1024 Apr 27 17:34 vset2&lt;BR /&gt;     2 drwxrwxrwx   5 root       root          1024 Apr 27 17:34 vset3&lt;BR /&gt;     2 drwxrwxrwx   5 root       root          1024 Apr 27 17:34 vset4</description>
      <pubDate>Wed, 03 May 2006 03:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976796#M418971</guid>
      <dc:creator>Prasad Joshi</dc:creator>
      <dc:date>2006-05-03T03:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Same inode numbers?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976797#M418972</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just for confirmation, can you see the output of the command, "bdf" or "df -k" and see whether thay are mountpoints or not ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Wed, 03 May 2006 03:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976797#M418972</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-05-03T03:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Same inode numbers?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976798#M418973</link>
      <description>Ya they are mount points only.&lt;BR /&gt;&lt;BR /&gt;I checked with the BACH. It is a valid behavior.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help.</description>
      <pubDate>Wed, 03 May 2006 04:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976798#M418973</guid>
      <dc:creator>Prasad Joshi</dc:creator>
      <dc:date>2006-05-03T04:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Same inode numbers?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976799#M418974</link>
      <description>Just to make one point clear, as I don't see it stated above, inode numbers are only unique within a file system.  As there are several filesystems mounted in the same directory that's why the inode number can be duplicated, and it's part of the design that the root inode has the value 2.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Thu, 04 May 2006 03:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-inode-numbers/m-p/4976799#M418974</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2006-05-04T03:16:38Z</dc:date>
    </item>
  </channel>
</rss>

