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)
555968 inodes, 1110485 blocks
55524 blocks (5.00%) reserved for the super user
First data block=0
34 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Writing inode tables: Segmentation fault (core dumped)
[root@charybdis ~]#
This is just the beginning btw..
I tried turning my two scsi disks into a raid0 array. I used a fairly
generic configuration for my /etc/raidtab, practically copied out of the
raidtab manpage. Running mkraid /dev/md0 worked. It reported having about
15Gb worth of blocks, which is accurate.
Then I will attempt to fdisk /dev/md0 and add a partition This works. I
make it a type 83 linux-native partition. This exists as /dev/md0p1 Upon
writing and exiting fdisk, fdisk tells about an error re-reading the
partition table.
There is no /dev/md0p1
I tried making one myself with mknod.. mknod md0p1 b 9 32 ; chgrp disk
md0p1.
Still no go. Attempting to mke2fs results in a segmentation fault, and
mkreiserfs just stops after a few seconds.
after enough fooling around, the aic7xxx module crashes
"couldn't open device /dev/sda -- No such device or address"
Attempting to modprobe aic7xxx causes the process to hang.
This is kernel 2.4.3-20mdk.
Previously while this was working, I tried stopping the raid array, and
partitioning each disk and trying to make a filesystem on them. See above
for error messages (mke2fs segfaults, mkreisrefs hangs)
sooo any ideas?
Jason Marsh