<?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: linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux/m-p/4102066#M30722</link>
    <description>I thinks there is no single command that lets you know all the i/o devices attached to a linux box.&lt;BR /&gt;&lt;BR /&gt;siga(it comes out of the box with SUSE), and  hwinfo will help you&lt;BR /&gt;&lt;BR /&gt;&amp;gt; but you may find&lt;BR /&gt;run the following command&lt;BR /&gt;# df -hT &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Nov 2007 04:01:22 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2007-11-14T04:01:22Z</dc:date>
    <item>
      <title>linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux/m-p/4102065#M30721</link>
      <description>what is the command used to find i/o devices in linux and the commnd used to find all file systems in linux.</description>
      <pubDate>Wed, 14 Nov 2007 01:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux/m-p/4102065#M30721</guid>
      <dc:creator>sandeep mathur</dc:creator>
      <dc:date>2007-11-14T01:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux/m-p/4102066#M30722</link>
      <description>I thinks there is no single command that lets you know all the i/o devices attached to a linux box.&lt;BR /&gt;&lt;BR /&gt;siga(it comes out of the box with SUSE), and  hwinfo will help you&lt;BR /&gt;&lt;BR /&gt;&amp;gt; but you may find&lt;BR /&gt;run the following command&lt;BR /&gt;# df -hT &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux/m-p/4102066#M30722</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2007-11-14T04:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux/m-p/4102067#M30723</link>
      <description>Try cat /proc/scsi/scsi this will show you scsi attached devices.  You can also cat /proc/partitions and see disk partitions that the system sees.&lt;BR /&gt;&lt;BR /&gt;Example below shows storage and tape drives.&lt;BR /&gt;&lt;BR /&gt; # cat /proc/scsi/scsi&lt;BR /&gt;Attached devices:&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 00&lt;BR /&gt;  Vendor: LSI      Model: INF-01-00        Rev: 0612&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 03&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 01&lt;BR /&gt;  Vendor: LSI      Model: INF-01-00        Rev: 0612&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 03&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 02&lt;BR /&gt;  Vendor: LSI      Model: INF-01-00        Rev: 0612&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 03&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 03&lt;BR /&gt;  Vendor: LSI      Model: INF-01-00        Rev: 0612&lt;BR /&gt;  Type:   Direct-Access                    ANSI SCSI revision: 03&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 00 Lun: 04&lt;BR /&gt;  Vendor: LSI      Model: INF-01-00        Rev: 0612&lt;BR /&gt;&amp;lt;&amp;lt;&lt;CUT for="" shortness=""&gt;&amp;gt;&amp;gt;&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 02 Lun: 01&lt;BR /&gt;  Vendor: IBM      Model: ULT3580-TD3      Rev: 69U2&lt;BR /&gt;  Type:   Sequential-Access                ANSI SCSI revision: 02&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 02 Lun: 02&lt;BR /&gt;  Vendor: IBM      Model: ULTRIUM-TD3      Rev: 5CM0&lt;BR /&gt;  Type:   Sequential-Access                ANSI SCSI revision: 02&lt;BR /&gt;Host: scsi0 Channel: 00 Id: 02 Lun: 03&lt;BR /&gt;  Vendor: ADIC     Model: SNC Invl         Rev: 42dG&lt;BR /&gt;  Type:   Unknown                          ANSI SCSI revision: 03&lt;BR /&gt;&lt;BR /&gt;#cat /proc/partitions&lt;BR /&gt;major minor  #blocks  name     rio rmerge rsect ruse wio wmerge wsect wuse running use aveq&lt;BR /&gt;&lt;BR /&gt;  66     0  978321408 sdag 23 66 178 100 0 0 0 0 0 100 100&lt;BR /&gt;  66     1   21511003 sdag1 1 3 8 0 0 0 0 0 0 0 0&lt;BR /&gt;  66     2   21511035 sdag2 1 3 8 10 0 0 0 0 0 10 10&lt;BR /&gt;  66     3  102406342 sdag3 1 3 8 10 0 0 0 0 0 10 10&lt;BR /&gt;  66     4          1 sdag4 1 0 2 0 0 0 0 0 0 0 0&lt;BR /&gt;  66     5    2048256 sdag5 0 0 0 0 0 0 0 0 0 0 0&lt;BR /&gt;  66     6    2048256 sdag6 0 0 0 0 0 0 0 0 0 0 0&lt;BR /&gt;  66     7    2048256 sdag7 0 0 0 0 0 0 0 0 0 0 0&lt;BR /&gt;  66     8    2048256 sdag8 0 0 0 0 0 0 0 0 0 0 0&lt;BR /&gt;  66     9    2048256 sdag9 0 0 0 0 0 0 0 0 0 0 0&lt;BR /&gt;  66    10    2048256 sdag10 0 0 0 0 0 0 0 0 0 0 0&lt;BR /&gt;  66    11  820600168 sdag11 0 0 0 0 0 0 0 0 0 0 0&lt;BR /&gt;  66    16  978416640 sdah 6 18 48 20 0 0 0 0 0 20 20&lt;BR /&gt;  66    17  978414696 sdah1 1 3 8 10 0 0 0 0 0 10 10&lt;BR /&gt;  66    32 1060110336 sdai 6 18 48 20 0 0 0 0 0 20 20&lt;BR /&gt;  66    33 1060105221 sdai1 1 3 8 0 0 0 0 0 0 0 0&lt;BR /&gt;  66    48 1060110336 sdaj 6 18 48 10 0 0 0 0 0 10 10&lt;BR /&gt;  66    49 1060105221 sdaj1 1 3 8 0 0 0 0 0 0 0 0&lt;BR /&gt;  66    64 1059425536 sdak 6 18 48 20 0 0 0 0 0 20 20&lt;BR /&gt;  66    65 1059422458 sdak1 1 3 8 0 0 0 0 0 0 0 0&lt;BR /&gt;   8     0  978321408 sda 174579 3036932 25689432 904410 198393 1925418 16844106 2158390 0 733390 3063560&lt;BR /&gt;   8     1   21511003 sda1 26159 152021 1425269 476110 80375 82379 1245382 125090 0 255740 601190&lt;BR /&gt;   8     2   21511035 sda2 17579 82020 796628 99000 11568 19602 249363 106020 0 88250 205040&lt;BR /&gt;&amp;lt;&lt;CUT&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Possibly use something as simple as fdisk to check a device.&lt;BR /&gt;# fdisk -l /dev/sde&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sde: 255 heads, 63 sectors, 131892 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;/dev/sde1             1    131892 1059422458+  83  Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CUT&gt;&lt;/CUT&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux/m-p/4102067#M30723</guid>
      <dc:creator>Justin_99</dc:creator>
      <dc:date>2007-11-14T14:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux/m-p/4102068#M30724</link>
      <description>Rightly said, there is no single command to get all hardware information.&lt;BR /&gt;&lt;BR /&gt;However, you can use the CFG2HTML utility to extract the information (hardware &amp;amp; logs) and display it in a single web page.&lt;BR /&gt;&lt;BR /&gt;Check it at:&lt;BR /&gt;&lt;A href="http://www.cfg2html.com/" target="_blank"&gt;http://www.cfg2html.com/&lt;/A&gt;</description>
      <pubDate>Thu, 15 Nov 2007 06:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux/m-p/4102068#M30724</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2007-11-15T06:57:10Z</dc:date>
    </item>
  </channel>
</rss>

