Bug 216438 - cannot create /dev/md1 (No such file or directory)
Summary: cannot create /dev/md1 (No such file or directory)
Keywords:
Status: CLOSED DUPLICATE of bug 214053
Alias: None
Product: Fedora
Classification: Fedora
Component: udev
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-20 14:37 UTC by Nerijus Baliūnas
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-01-30 12:39:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nerijus Baliūnas 2006-11-20 14:37:02 UTC
# mdadm -C -l raid1 -n 2 /dev/md0 /dev/sdb1 /dev/sdc1
mdadm: array /dev/md0 started.
# mdadm -C -l raid1 -n 2 /dev/md1 /dev/sdb2 /dev/sdc2
mdadm: error opening /dev/md1: No such file or directory
# ls -l /dev/md*
brw-r----- 1 root disk 9, 0 Nov 17 14:21 /dev/md0
# mknod /dev/md1 b 9 1
# mdadm -C -l raid1 -n 2 /dev/md1 /dev/sdb2 /dev/sdc2
mdadm: array /dev/md1 started.

Why should I have to create /dev/md1 by hand?

I'm not sure what component to assign to, so assigning to udev for now.

Comment 1 Jan Engelhardt 2007-01-30 11:24:45 UTC
See bug #214053.

Comment 2 Harald Hoyer 2007-01-30 12:39:28 UTC

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


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