<?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: List all disk drives on system in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975467#M27685</link>
    <description>$ df -h &lt;BR /&gt;$ mount&lt;BR /&gt;&lt;BR /&gt;Do you want to list mounted filesystems, or all hardware regardless of whether they are mounted or formatted?&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Apr 2007 15:26:58 GMT</pubDate>
    <dc:creator>Andrew Campagnola</dc:creator>
    <dc:date>2007-04-04T15:26:58Z</dc:date>
    <item>
      <title>List all disk drives on system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975464#M27682</link>
      <description>How do I list all the disk drives on my system? Including the size. &lt;BR /&gt;I have LVM running, and I can find out how big the Volume group is, but what I would like is a quick list of all the drives, both internally, and in my disk array.</description>
      <pubDate>Wed, 04 Apr 2007 14:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975464#M27682</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2007-04-04T14:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: List all disk drives on system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975465#M27683</link>
      <description>The command is:&lt;BR /&gt;&lt;BR /&gt;fdisk -l</description>
      <pubDate>Wed, 04 Apr 2007 15:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975465#M27683</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-04-04T15:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: List all disk drives on system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975466#M27684</link>
      <description>No it does not list the drives&lt;BR /&gt;Disk /dev/sdd: 1199.9 GB, 1199906488320 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 145880 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sdd1               1      145880  1171781068+  8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have numerous drives that make up a tera byte worth of space</description>
      <pubDate>Wed, 04 Apr 2007 15:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975466#M27684</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2007-04-04T15:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: List all disk drives on system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975467#M27685</link>
      <description>$ df -h &lt;BR /&gt;$ mount&lt;BR /&gt;&lt;BR /&gt;Do you want to list mounted filesystems, or all hardware regardless of whether they are mounted or formatted?&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Apr 2007 15:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975467#M27685</guid>
      <dc:creator>Andrew Campagnola</dc:creator>
      <dc:date>2007-04-04T15:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: List all disk drives on system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975468#M27686</link>
      <description>The hardware</description>
      <pubDate>Wed, 04 Apr 2007 15:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975468#M27686</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2007-04-04T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: List all disk drives on system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975469#M27687</link>
      <description>Try command:&lt;BR /&gt;&lt;BR /&gt;# sfdisk -s&lt;BR /&gt;&lt;BR /&gt;Vic&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Apr 2007 15:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975469#M27687</guid>
      <dc:creator>Victor Semaska_3</dc:creator>
      <dc:date>2007-04-04T15:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: List all disk drives on system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975470#M27688</link>
      <description>use this command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; fdisk -l | grep Disk | nl</description>
      <pubDate>Wed, 04 Apr 2007 16:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975470#M27688</guid>
      <dc:creator>sshakthi</dc:creator>
      <dc:date>2007-04-04T16:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: List all disk drives on system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975471#M27689</link>
      <description>It looks to me like sdd is a volume on a disk array. You'll need to use whatever management software your array supplies to query the physical drives. All the OS will really see and work with is the volume the array presents.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Apr 2007 17:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975471#M27689</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-04-04T17:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: List all disk drives on system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975472#M27690</link>
      <description>/proc/partitions will display all detected disks and all filesystems on them, plus all LVM logical volumes, md RAID devices and the like.&lt;BR /&gt;&lt;BR /&gt;To filter out the partitions... how about filtering out every line that ends with a number:&lt;BR /&gt;&lt;BR /&gt;$ grep -v '[0-9]$' &lt;BR /&gt;major minor  #blocks  name&lt;BR /&gt;&lt;BR /&gt;   8     0  156290904 sda&lt;BR /&gt;   8    16  160836480 sdb&lt;BR /&gt;   8    32     500472 sdc&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Apr 2007 02:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/list-all-disk-drives-on-system/m-p/3975472#M27690</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-04-05T02:01:19Z</dc:date>
    </item>
  </channel>
</rss>

