<?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: How to know which disk drive was added? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582683#M39735</link>
    <description>So the best way is to do:&lt;BR /&gt;&lt;BR /&gt;-fdisk -f before adding the scsi disk&lt;BR /&gt;-Note down the disk drive that exist&lt;BR /&gt;-Connect the disk&lt;BR /&gt;-fdisk -l to see what was added.&lt;BR /&gt;&lt;BR /&gt;I am right? I guess this is the best way to go. &lt;BR /&gt;</description>
    <pubDate>Fri, 12 Feb 2010 06:47:52 GMT</pubDate>
    <dc:creator>ben09</dc:creator>
    <dc:date>2010-02-12T06:47:52Z</dc:date>
    <item>
      <title>How to know which disk drive was added?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582680#M39732</link>
      <description>Hi Forum,&lt;BR /&gt;&lt;BR /&gt;I am adding SCSI hard disk to a linux server.&lt;BR /&gt;How can I know and be sure which disk is added before I run the fdisk and Mkfs?</description>
      <pubDate>Thu, 11 Feb 2010 21:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582680#M39732</guid>
      <dc:creator>ben10_1</dc:creator>
      <dc:date>2010-02-11T21:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to know which disk drive was added?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582681#M39733</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;fdisk -l&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You might want to try providing your distribution of Linux and situation details to get more help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Feb 2010 21:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582681#M39733</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-11T21:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to know which disk drive was added?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582682#M39734</link>
      <description>You can use:&lt;BR /&gt;&lt;BR /&gt;dumpe2fs -h /dev/sdX&lt;BR /&gt;&lt;BR /&gt;To identify if the disk already has a File System.&lt;BR /&gt;&lt;BR /&gt;cat /etc/fstab&lt;BR /&gt;&lt;BR /&gt;To identify the disks and their mount points&lt;BR /&gt;&lt;BR /&gt;mount&lt;BR /&gt;&lt;BR /&gt;To identify the disks and their mount point&lt;BR /&gt;&lt;BR /&gt;swap -s&lt;BR /&gt;&lt;BR /&gt;To identify disks used as swap&lt;BR /&gt;&lt;BR /&gt;pvs/pvdisplay &lt;BR /&gt;&lt;BR /&gt;To identify disks used by LVM&lt;BR /&gt;&lt;BR /&gt;The only missing part here is to identify disks used without filesystem for example by Oracle. You must consult your DBA.&lt;BR /&gt;&lt;BR /&gt;Normally from the output of:&lt;BR /&gt;&lt;BR /&gt;fdisk -l&lt;BR /&gt;&lt;BR /&gt;You would recognize your new disk as it would not have partition table, and the matching size.</description>
      <pubDate>Thu, 11 Feb 2010 22:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582682#M39734</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-02-11T22:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to know which disk drive was added?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582683#M39735</link>
      <description>So the best way is to do:&lt;BR /&gt;&lt;BR /&gt;-fdisk -f before adding the scsi disk&lt;BR /&gt;-Note down the disk drive that exist&lt;BR /&gt;-Connect the disk&lt;BR /&gt;-fdisk -l to see what was added.&lt;BR /&gt;&lt;BR /&gt;I am right? I guess this is the best way to go. &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 06:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582683#M39735</guid>
      <dc:creator>ben09</dc:creator>
      <dc:date>2010-02-12T06:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to know which disk drive was added?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582684#M39736</link>
      <description>When a new disk is detected, messages identifying the disk device are output to the kernel message buffer. You can use the "dmesg" command to view it.&lt;BR /&gt;&lt;BR /&gt;If you have the "lsscsi" utility (available as an optional package in RHEL 5, probably other newer distributions too) and you know the SCSI device number of your new disk, you can find the device name easily in the lsscsi output.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sg.danny.cz/scsi/lsscsi.html" target="_blank"&gt;http://sg.danny.cz/scsi/lsscsi.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 12 Feb 2010 13:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582684#M39736</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-02-12T13:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to know which disk drive was added?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582685#M39737</link>
      <description>&lt;!--!*#--&gt;&amp;gt; -fdisk -f before adding the scsi disk&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Or, if it's too late, then remove the actual&lt;BR /&gt;disk, and look for the apparent disk (device&lt;BR /&gt;special file) which you appear to have, but&lt;BR /&gt;which no program can talk to.</description>
      <pubDate>Fri, 12 Feb 2010 15:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-which-disk-drive-was-added/m-p/4582685#M39737</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-12T15:18:46Z</dc:date>
    </item>
  </channel>
</rss>

