<?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: adding disks in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791795#M2292</link>
    <description>I did cat /proc/scsi/scsi and also dmesg | grep sd and i found only my "old" three disks, so i think that the disks weren't installed correctly. Just to be sure about that, when disks are added, do i have to recompile the kernel? Actually i'm using the default one.&lt;BR /&gt;Tarek</description>
    <pubDate>Fri, 23 Aug 2002 06:02:42 GMT</pubDate>
    <dc:creator>Tarek_1</dc:creator>
    <dc:date>2002-08-23T06:02:42Z</dc:date>
    <item>
      <title>adding disks</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791788#M2285</link>
      <description>Hi there,&lt;BR /&gt;i have a Dell PowerEdge 2400 with scsi disks. After redhat 7.2 installation i have added further disks and now i want to format,partition them and create filesystems. &lt;BR /&gt;How can i do that and how can i see those disks?&lt;BR /&gt;I tried with format command (as on Solaris) but here it doesn't exist. I also tried with fdisk but i don't see my disks, i just have to specify a device but if i don't know what it is yet how can i do?&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Tarek</description>
      <pubDate>Thu, 22 Aug 2002 13:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791788#M2285</guid>
      <dc:creator>Tarek_1</dc:creator>
      <dc:date>2002-08-22T13:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: adding disks</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791789#M2286</link>
      <description>Hi Tarek,&lt;BR /&gt;SCSI disk device name is &lt;BR /&gt;/dev/hda&lt;BR /&gt;/dev/hdb&lt;BR /&gt;/dev/hdc and so on.&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;#fdisk /dev/hda1 or /dev/hda2 etc...&lt;BR /&gt;&lt;BR /&gt;Or run cfdisk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Thu, 22 Aug 2002 13:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791789#M2286</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-08-22T13:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: adding disks</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791790#M2287</link>
      <description>Sachin,&lt;BR /&gt;scsi disks are &lt;BR /&gt;/dev/sda&lt;BR /&gt;/dev/sdb&lt;BR /&gt;....&lt;BR /&gt;however i will try as you said.&lt;BR /&gt;(cfdisk on redhat doesn't exist, i used it on other linux systems)&lt;BR /&gt;Thanks&lt;BR /&gt;Tarek&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 13:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791790#M2287</guid>
      <dc:creator>Tarek_1</dc:creator>
      <dc:date>2002-08-22T13:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: adding disks</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791791#M2288</link>
      <description>opps my mistake. you are right. so you can't see sda ..??&lt;BR /&gt;&lt;BR /&gt;what happens when you boot the system. scsi bois should recognize the disk before even linux load.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Thu, 22 Aug 2002 14:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791791#M2288</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-08-22T14:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: adding disks</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791792#M2289</link>
      <description>I thinks at boot it isn't able to see the new disks, but i'm not sure.&lt;BR /&gt;What log should i have to check?&lt;BR /&gt;In the /var/log/messages i'm not seeing the new disks, only the 3 old ones (sda,sdb,sdc).&lt;BR /&gt;I'm not the one that has added the disks, how can i check in the bios?&lt;BR /&gt;Thanks&lt;BR /&gt;Tarek</description>
      <pubDate>Thu, 22 Aug 2002 15:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791792#M2289</guid>
      <dc:creator>Tarek_1</dc:creator>
      <dc:date>2002-08-22T15:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: adding disks</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791793#M2290</link>
      <description>When your system is booting up you will have to read a message to go in to the scsi bios setup it might be ctr-a or something. then you can mess aoround there. there is no log for this one.&lt;BR /&gt;There is a utility called kudzu run that it might help.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/kudzu&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Thu, 22 Aug 2002 15:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791793#M2290</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-08-22T15:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: adding disks</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791794#M2291</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If your disk is IDE, you will find&lt;BR /&gt;&lt;BR /&gt;hda: QUANTUM FIREBALL1280A ATA Drive  &lt;BR /&gt;hda: hda1 &amp;lt; hda5 hda6&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This is my 1.2GB system disk.&lt;BR /&gt;2nd line shows you this HD have 1 primary partition and 2 logical partition in extended partition.&lt;BR /&gt;&lt;BR /&gt;If your kernel find disk, the kernel assign "hda","hdb","hdc" and "hdd" for IDE, "sda","sdb","sdc","sdd" and so on.&lt;BR /&gt;So you may want to grep those keywords.&lt;BR /&gt;# dmesg | grep hd  &lt;BR /&gt;# dmesg | grep sd&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;# cat /proc/scsi/scsi    &lt;BR /&gt;also tells you what devices are connected and deteced by kernel.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 01:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791794#M2291</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-08-23T01:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: adding disks</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791795#M2292</link>
      <description>I did cat /proc/scsi/scsi and also dmesg | grep sd and i found only my "old" three disks, so i think that the disks weren't installed correctly. Just to be sure about that, when disks are added, do i have to recompile the kernel? Actually i'm using the default one.&lt;BR /&gt;Tarek</description>
      <pubDate>Fri, 23 Aug 2002 06:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791795#M2292</guid>
      <dc:creator>Tarek_1</dc:creator>
      <dc:date>2002-08-23T06:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: adding disks</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791796#M2293</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;There are 3 levels.&lt;BR /&gt;&lt;BR /&gt;1) SCSI card recognize your HDs.&lt;BR /&gt;See scsi card initialization at boot time (before loading kernel.)&lt;BR /&gt;&lt;BR /&gt;If scsi address duplicate, the termination is not correct or mixed devices such as SE &amp;amp; LVD... these mis-configuration cause your device not detect at this level.&lt;BR /&gt;&lt;BR /&gt;2) Check if the scsi card which connect the disks on dmesg.&lt;BR /&gt;If you connect new disks on the same scsi card, it should be OK.&lt;BR /&gt;&lt;BR /&gt;3) Check if the kernel detect the devices.... we know this was failed.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Fri, 23 Aug 2002 07:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-disks/m-p/2791796#M2293</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-08-23T07:03:39Z</dc:date>
    </item>
  </channel>
</rss>

