[SOLVED]raid keeps blinking when mounted

Issues related to hardware problems
c00kie55
Posts: 40
Joined: 2014/11/08 10:10:58

Re: raid keeps blinking when mounted

Post by c00kie55 » 2014/12/03 14:02:21

lazy ext4 was what coursed the constant blinking chassis.

sudo mkfs.ext4 -E lazy_itable_init=0,lazy_journal_init=0 /dev/sda1
[sudo] password for admin:
mke2fs 1.42.9 (28-Dec-2013)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
915525632 inodes, 14648401659 blocks
732420082 blocks (5.00%) reserved for the super user
First data block=0
447034 block groups
32768 blocks per group, 32768 fragments per group
2048 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848, 512000000, 550731776, 644972544, 1934917632,
2560000000, 3855122432, 5804752896, 12800000000

Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

so now i wonder if i should be concerned about First data block=0,Stride=0 blocks, Stripe width=0 blocks or if i should leave this to the hardware raid controller.
and off-course if i should mount whit this fstab options noatime,nobh,errors=remount-ro 1 2

Post Reply