[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Help on RAID (sarge RC2) - newbie



Hi,

My system:
OS > Debian Sarge RC2
Kernel > 2.4.27
One HD IDE > System
Two HD IDE > RAID 1

To implement RAID 1 I followed these instructions:

1. Installed Debian on HD "A"

2. Verified if the file "mdstat" was available but it wasn't ("cat /proc/mdstat")

3. Loaded the raid1 module ("modprobe raid1")

4. Installed "mdadm"

5. Partitioned HD "B" and "C" ("cfdisk /dev/hdX")

6. Created RAID ("mdadm -Cv /dev/md0 -l1 -n2 /dev/hdB /dev/hdC")

7. Created config file ("mdadm --detail --scan >> /etc/mdadm/mdadm.conf")

8. Format array ("mkfs.ext3 -j /dev/md0")

9. Mounted array ("mount /dev/md0 /mnt/array")

10. Inserted line "/dev/md0 /mnt/array ext3 defaults 0 0" in "/etc/fstab" file

Problem:
Rebooting server the array doesn't mount.

Error (during boot time):
"Mounting local filesystems
Unable to read superblock.
Mount: wrong fs type, bad option, bad superblock on device..."

Am I missing something ?

TIA

K.




____________________________________________________________
6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it




Reply to: