On Thu, 16 Dec 2004, Frank Murphy wrote:
> Did the following
>> used fdisk to add hdb1 & hdc1 [both partitions made same size]
>> mkfs -t ext3 /dev/hdb1 (hdc1)
>> mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/hdb1 /dev/hdc1
Eh, this is wrong. 1. the order is wrong way around, 2. you mkfs the
md device:
1. mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/hdb1 /dev/hdc1
2. mkfs -t ext3 -R stride=16 /dev/md0
> (it believed partitions to be ext2, fdisk-l shows type 83)
The type should be 0xfd for an Linux MD partition.
regards,
--
Paul Jakma paul at clubi.iepaul at jakma.org Key ID: 64A2FF6A
Fortune:
Q: How can you tell when a Burroughs salesman is lying?
A: When his lips move.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!