Indeed it still happens on lucid beta 2:

r...@lucid:~# lsscsi 
[0:0:0:0]    disk    ATA      VBOX HARDDISK    1.0   /dev/sda
[1:0:0:0]    cd/dvd  VBOX     CD-ROM           1.0   /dev/sr0
[2:0:0:0]    disk    ATA      VBOX HARDDISK    1.0   /dev/sdb
[3:0:0:0]    disk    ATA      VBOX HARDDISK    1.0   /dev/sdc
[4:0:0:0]    disk    ATA      VBOX HARDDISK    1.0   /dev/sdd
r...@lucid:~# ls -la /dev/sd?
brw-rw---- 1 root disk 8,  0 2010-04-16 19:35 /dev/sda
brw-rw---- 1 root disk 8, 16 2010-04-16 19:35 /dev/sdb
brw-rw---- 1 root disk 8, 32 2010-04-16 19:35 /dev/sdc
brw-rw---- 1 root disk 8, 48 2010-04-16 19:35 /dev/sdd
r...@lucid:~# mdadm --create --level=raid1 --chunk=64 --raid-devices=2 
/dev/sd{b,c}
mdadm: You haven't given enough devices (real or missing) to create this array
r...@lucid:~# ls -la /dev/sd?
brw-rw---- 1 root disk 8,   0 2010-04-16 19:35 /dev/sda
brw-rw---- 1 root disk 9, 127 2010-04-16 17:45 /dev/sdb
brw-rw---- 1 root disk 8,  32 2010-04-16 19:35 /dev/sdc
brw-rw---- 1 root disk 8,  48 2010-04-16 19:35 /dev/sdd
r...@lucid:~# exit

-- 
mdadm --create with typo overwrites device file
https://bugs.launchpad.net/bugs/215542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to