Bug 188197 - nash fails to mknod cciss and i2o devices
Summary: nash fails to mknod cciss and i2o devices
Keywords:
Status: CLOSED DUPLICATE of bug 196360
Alias: None
Product: Fedora
Classification: Fedora
Component: mkinitrd
Version: 5
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Jones
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-06 20:36 UTC by Yuri Gelfand
Modified: 2007-11-30 22:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-16 21:28:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Yuri Gelfand 2006-04-06 20:36:55 UTC
Description of problem:

This occures via a basic initial installation of FC5 (only tried x86_64, but I
assume possibly others), via the default (5.0.32) mkinitrd.  nash (or more
specifically mkblkdevs) fails to create /dev/cciss/* block devs when in
initrd:/init.  This appears to be due to the move to use of sys/block reading,
and I can only assume that /dev/cciss!cXdXpX nodes are created instead. 
Installations however, uses /dev/cciss/cXdXpX as rootfs.

How reproducible:


Steps to Reproduce:
1. Install FC5 w/ rootfs on a device requiring cciss.ko
2. Boot Machine
  
Actual results:

Unable to find rootfs, kernel panic.

Expected results:

Machine boots properly, no kernel panic.

Additional info:

Manually added

mkdir /dev/cciss
mknod /dev/cciss/cXdXpX b MAJ, MIN

to initrd:~init right before call to mkrootdev, and system boots just fine.

Comment 1 Adrian Reber 2006-04-20 15:31:13 UTC
I have the same problem with i2o devices, they are also in a subdirectory
(/dev/i2o) and mkblkdevs creates them as /dev/i2o!hda instead of /dev/i2o/hda.

This worked on FC4 and that's why I am still using a FC4 kernel.

I am having this problem on i386.

Comment 2 Peter Jones 2006-08-16 21:28:46 UTC

*** This bug has been marked as a duplicate of 196360 ***


Note You need to log in before you can comment on or make changes to this bug.