Ive finally got softraid working on here.

However, mke2fs will _segfault_ if used on a partition greater than 1000MB

I first created two 100 cylinder (700MB) partitions on /dev/sda1 and 
/dev/sdb1.   Then i ran mkraid using /dev/sda1 and /dev/sdb1 for my disk 
components.

mke2fs failed.

-------------------------------------------------
[root@charybdis ~]# mke2fs /dev/md0                                         
mke2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09                     
Filesystem label= 
OS type: Linux                                                              
Block size=4096 (log=2)                                                     
Fragment size=4096 (log=2)                                                  
261120 inodes, 522048 blocks 
26102 blocks (5.00%) reserved for the super user                            
First data block=0                                                         
16 block groups                                                             
32768 blocks per group, 32768 fragments per group 
16320 inodes per group   
Superblock backups stored on blocks:                                        
            32768, 98304, 163840, 229376, 294912                            
                                                                            
Writing inode tables: Segmentation fault (core dumped)
-------------------------------------------------

I then created two partitions on the seperate disks with 50 cylinders each. 
 The resulting raid array was less than 1GB

mke2fs succeeded.

This is very reproducible on my setup here.


Shalrath

Reply via email to