<?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: block-major-72 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006589#M75451</link>
    <description>Nope, building it into the kernel didn't do it either.&lt;BR /&gt;&lt;BR /&gt;Oh well, will have to look at FreeBSD I think.</description>
    <pubDate>Thu, 26 Jun 2003 01:47:06 GMT</pubDate>
    <dc:creator>Chris Moran</dc:creator>
    <dc:date>2003-06-26T01:47:06Z</dc:date>
    <item>
      <title>block-major-72</title>
      <link>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006585#M75447</link>
      <description>I'm trying to build a 2.4.21 kernel for a ProLiant 1600.  The machine has a Smart2/E controller installed.  Under Debian on a 2.4.18 kernel, it works fine with the following in /etc/modules.conf&lt;BR /&gt;&lt;BR /&gt;alias scsi_hostadapter cpqarray&lt;BR /&gt;&lt;BR /&gt;and in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/ida/c0d0p1 /home  &lt;BLAH&gt;&lt;BR /&gt;&lt;BR /&gt;But install a new kernel (using the configuration from the working kernel) and cpqarray loads just fine.  However trying to mount /dev/ida/c0d0p1 i get can't find&lt;BR /&gt;&lt;BR /&gt;block-major-72&lt;BR /&gt;&lt;BR /&gt;I found another post here that suggested adding:&lt;BR /&gt;&lt;BR /&gt;alias block-major-72 cpqarray&lt;BR /&gt;&lt;BR /&gt;to /etc/modules.conf but this didn't help.  fsck.ext3 just aborts.&lt;BR /&gt;&lt;BR /&gt;If I boot back to the old kernel, everything is sweet.&lt;BR /&gt;&lt;BR /&gt;Suggestions?&lt;/BLAH&gt;</description>
      <pubDate>Wed, 25 Jun 2003 06:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006585#M75447</guid>
      <dc:creator>Chris Moran</dc:creator>
      <dc:date>2003-06-25T06:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: block-major-72</title>
      <link>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006586#M75448</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;one blind shot.&lt;BR /&gt;&lt;BR /&gt;did u compile the modules and install them as well?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Wed, 25 Jun 2003 06:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006586#M75448</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-06-25T06:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: block-major-72</title>
      <link>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006587#M75449</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Block-major-72 is&lt;BR /&gt;Compaq Inteligent Drive Array First Controller,&lt;BR /&gt;/dev/ida/c0d0.&lt;BR /&gt;&lt;BR /&gt;It is the one you are using as system disk.&lt;BR /&gt;&lt;BR /&gt;If you set cpqarray driver as module, you need&lt;BR /&gt;to do mkinitrd.&lt;BR /&gt;&lt;BR /&gt;# /sbin/mkinitrd /boot/initrd-2.4.21.img 2.4.21&lt;BR /&gt;&lt;BR /&gt;2.4.21 = uname -r &lt;BR /&gt;&lt;BR /&gt;Then put this info into /etc/lilo.conf or /etc/grub.conf.   &lt;BR /&gt;&lt;BR /&gt;Or you just create a kernel with cpqarray into your kernel. Then you don't need to create ramdisk image using mkinitrd.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2003 08:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006587#M75449</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2003-06-25T08:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: block-major-72</title>
      <link>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006588#M75450</link>
      <description>Thanks all&lt;BR /&gt;&lt;BR /&gt;We're not using RAMDisks on this system, and the array is used for user home directories.&lt;BR /&gt;&lt;BR /&gt;Seems, we don't have a mkinitrd under Debian/GNU, but I will try just compiling the module into the kernel.&lt;BR /&gt;&lt;BR /&gt;Beats me how it works on the "18" kernel</description>
      <pubDate>Thu, 26 Jun 2003 00:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006588#M75450</guid>
      <dc:creator>Chris Moran</dc:creator>
      <dc:date>2003-06-26T00:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: block-major-72</title>
      <link>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006589#M75451</link>
      <description>Nope, building it into the kernel didn't do it either.&lt;BR /&gt;&lt;BR /&gt;Oh well, will have to look at FreeBSD I think.</description>
      <pubDate>Thu, 26 Jun 2003 01:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/block-major-72/m-p/3006589#M75451</guid>
      <dc:creator>Chris Moran</dc:creator>
      <dc:date>2003-06-26T01:47:06Z</dc:date>
    </item>
  </channel>
</rss>

