mdadm: /dev/sda1 is too small: 0K

2007-10-13 Thread Hod Greeley
Hello, I tried to create a raid device starting with foo:~ 1032% mdadm --create -l1 -n2 /dev/md1 /dev/sda1 missing mdadm: /dev/sda1 is too small: 0K mdadm: create aborted Others have seen this problem too. People seemed to think it might be related to the partition id, but I think the issue

Re: mdadm: /dev/sda1 is too small: 0K

2007-10-13 Thread Dan Williams
On 10/13/07, Hod Greeley [EMAIL PROTECTED] wrote: Hello, I tried to create a raid device starting with foo:~ 1032% mdadm --create -l1 -n2 /dev/md1 /dev/sda1 missing mdadm: /dev/sda1 is too small: 0K mdadm: create aborted Quick sanity check, is /dev/sda1 still a block device node

Re: mdadm: /dev/sda1 is too small: 0K

2007-10-13 Thread Hod Greeley
mdadm: /dev/sda1 is too small: 0K mdadm: create aborted Quick sanity check, is /dev/sda1 still a block device node with major number 8 and minor number 1, i.e. does the following fix the issue?: mknod /dev/sda1 b 8 1 snip Thanks, Hod Greeley -- Dan - To unsubscribe from this list