<?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: major and minor numbers in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557827#M680</link>
    <description>cat /proc/devices</description>
    <pubDate>Thu, 23 Sep 2004 09:07:15 GMT</pubDate>
    <dc:creator>Andrea Rossi</dc:creator>
    <dc:date>2004-09-23T09:07:15Z</dc:date>
    <item>
      <title>major and minor numbers in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557823#M676</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In HP-UX major number of a device file represents the device driver in the kernel and from the minor number one can extracts the hw path of the device.&lt;BR /&gt;What do major and minor numbers in Linux mean? What information they can bring for us?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rumen</description>
      <pubDate>Fri, 27 Jul 2001 05:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557823#M676</guid>
      <dc:creator>Rumen Ginev</dc:creator>
      <dc:date>2001-07-27T05:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: major and minor numbers in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557824#M677</link>
      <description>The same.&lt;BR /&gt;&lt;BR /&gt;The major number is the slot in the devsw tables in the kernel that the driver occupies.  The two tables b_devsw and c_devsw are the block and character device switch tables.  Block device file major numbers are actually an index into the b_devsw table, and similarly, character device major numbers are index into the c_devsw table.&lt;BR /&gt;&lt;BR /&gt;The minor numbers, by definition, are defined by the driver itself. Check the man pages for the particular device driver to find out what the minor numbers mean.  Typically they indicate a unique subdevice, such as a bus, id, and lun for scsi devices.  Some devices, such as ptys, the devices are simply numbered 1, 2, 3, 4, etc.  They can mean anything the device driver writer desires.&lt;BR /&gt;&lt;BR /&gt;Have fun&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2001 11:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557824#M677</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2001-07-27T11:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: major and minor numbers in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557825#M678</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Just an additional information : in Linux, you can find the list of minor numbers and their meanings in the kernel documentation. If installed in your system, check /usr/src/linux/Documentation/devices.txt. Otherwise :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxhq.com/kernel/v2.4/doc/devices.txt.html" target="_blank"&gt;http://www.linuxhq.com/kernel/v2.4/doc/devices.txt.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2001 20:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557825#M678</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-07-27T20:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: major and minor numbers in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557826#M679</link>
      <description>Sorry for the late points assignment.&lt;BR /&gt;&lt;BR /&gt;Kodjo, I now about devices.txt document. It is very useful in case of recreating lost device files. In this document one can find major and minor numbers for almost every device file, but can not find the answer of my question.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rumen</description>
      <pubDate>Mon, 30 Jul 2001 16:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557826#M679</guid>
      <dc:creator>Rumen Ginev</dc:creator>
      <dc:date>2001-07-30T16:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: major and minor numbers in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557827#M680</link>
      <description>cat /proc/devices</description>
      <pubDate>Thu, 23 Sep 2004 09:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/major-and-minor-numbers-in-linux/m-p/2557827#M680</guid>
      <dc:creator>Andrea Rossi</dc:creator>
      <dc:date>2004-09-23T09:07:15Z</dc:date>
    </item>
  </channel>
</rss>

