<?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: insf and mksf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938082#M288464</link>
    <description>&lt;BR /&gt;hi Deepak,&lt;BR /&gt;&lt;BR /&gt;insf is used to install device files while mksf is used to make special device files. refer to following links to get detailed information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/insf.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/insf.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/mksf.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/mksf.1M.html&lt;/A&gt;</description>
    <pubDate>Sun, 04 Feb 2007 23:38:12 GMT</pubDate>
    <dc:creator>Sunny Jaisinghani</dc:creator>
    <dc:date>2007-02-04T23:38:12Z</dc:date>
    <item>
      <title>insf and mksf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938081#M288463</link>
      <description>difference between insf and mksf&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;deepak</description>
      <pubDate>Sun, 04 Feb 2007 23:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938081#M288463</guid>
      <dc:creator>deepakinit</dc:creator>
      <dc:date>2007-02-04T23:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: insf and mksf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938082#M288464</link>
      <description>&lt;BR /&gt;hi Deepak,&lt;BR /&gt;&lt;BR /&gt;insf is used to install device files while mksf is used to make special device files. refer to following links to get detailed information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/insf.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/insf.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/mksf.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/mksf.1M.html&lt;/A&gt;</description>
      <pubDate>Sun, 04 Feb 2007 23:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938082#M288464</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2007-02-04T23:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: insf and mksf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938083#M288465</link>
      <description>insf is being used for creating device files for the newly installed devices, however this is done by system every time system boots. If we add some device online and could not see the corresponding device file then insf -e will create device files for all the devices, however insf -H &lt;HW path=""&gt; could be used to create device files of the devices connected to a specific hw path.&lt;BR /&gt;&lt;BR /&gt;As far as mksf is concerned it is used to create device files manually , you have to give all the details like major no. and minor no. etc...&lt;/HW&gt;</description>
      <pubDate>Mon, 05 Feb 2007 00:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938083#M288465</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2007-02-05T00:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: insf and mksf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938084#M288466</link>
      <description>insf is the easy way, mksf is harder, and mknod is the most complicated. They all perform the same task: creating devicefiles. insf is easiest because you can create multiple devicefiles with a single command -- insf -e will create any missing devicefiles.&lt;BR /&gt; &lt;BR /&gt;mksf is more specialized and normally not used unless you thoroughly read and understand the man page as well as your hardware requirements. mknod is virtually never used except to create non-hardware devicefiles (like /dev/null or /dev/vg09/group). The end goal of all these commands is two numbers, a major number (the driver ID) and a minor number which has the driver options for this device.</description>
      <pubDate>Mon, 05 Feb 2007 08:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938084#M288466</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-02-05T08:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: insf and mksf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938085#M288467</link>
      <description>... and there are a few cases where you definitely do not want to use mknod -- especially in tape drives. Under HP-UX it is possible for two device nodes on different machines to have exactly the same names, exactly the same major and minor device numbers, and yet have very different behaviors --- which is very unUNIX-like.&lt;BR /&gt;&lt;BR /&gt;For some devices there are more capabilities than can encoded in the available minor device number bits so a portion of the minor device number is used to encode an index into an array that describes the device. Insf will manipulate this array but mknod would not have a clue that this array exists.</description>
      <pubDate>Mon, 05 Feb 2007 10:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insf-and-mksf/m-p/3938085#M288467</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-02-05T10:39:28Z</dc:date>
    </item>
  </channel>
</rss>

