[Bug 135075] Re: Dapper cciss driver doesn't handle over 2TB devices.
Niklas Edmundsson
Niklas.Edmundsson at hpc2n.umu.se
Mon Aug 27 14:46:19 UTC 2007
cciss 2.6.18-5 driver (available from http://cciss.sourceforge.net/)
hacked so it compiles cleanly on Ubuntu Dapper AMD64. Only tested on
Dapper AMD64 in a HP DL320s with SmartArray P400 controller and a raid6
set consisting of 11x750GB SATA drives.
To build:
apt-get install module-assistant
m-a prepare
mkdir /tmp/dir
cd /tmp/dir
tar -xzf /path/to/cciss-2.6.18-5_dapper.tar.gz
make
NOTE! IF SOMETHING GOES WRONG YOUR SYSTEM MIGHT NOT BOOT. YOU HAVE BEEN WARNED.
To install:
cp /lib/modules/`uname -r`/kernel/drivers/block/cciss.ko /lib/modules/`uname -r`/kernel/drivers/block/cciss.ko.bak
cp cciss.ko /lib/modules/`uname -r`/kernel/drivers/block/cciss.ko
depmod -a
update-initramfs -u
** Attachment added: "Dapper cciss 2.6.18-5 driver"
http://launchpadlibrarian.net/9012448/cciss-2.6.18-5_dapper.tar.gz
--
Dapper cciss driver doesn't handle over 2TB devices.
https://bugs.launchpad.net/bugs/135075
You received this bug notification because you are a member of Kernel
Bugs, which is a bug contact for linux-source-2.6.15 in ubuntu.
More information about the kernel-bugs
mailing list