No /dev/cciss
Tom H
tomh0665 at gmail.com
Thu Mar 11 18:45:00 UTC 2010
> I have executed "sudo modprobe -v cciss" and made sure the the module was
> loaded with lsmod, no /dev/cciss directory was created. I have also put the
> cciss in /etc/modules to make sure it get loaded at boot time, but still no
> /dev/cciss
I suspect that you have to trigger udev into creating /dev/cciss after
the modprobe with
udevadm trigger --verbose --subsystem-match=block
(there may be a more fine-grained udevadm invocation for this purpose
but this _should_ work)
You could also try to re-generate your initrd to ensure that it loads cciss.ko.
Add
cciss
to
/etc/initramfs-tools.d/modules
and run
update-initramfs -c -k $(uname -r)
(assuming that you are running the kernel whose initrd you are updating)
PS: I find it peculiar that installing a server kernel did not give
you "cciss compatibility" by default because it has for me in the
past.
More information about the ubuntu-users
mailing list