Same pbm with T49
here is the mdconfig_command.log:
- Code: Select all
Sun Sep 26 14:53:22 PDT 2010: mdconfig -a stop -m /dev/md2
Sun Sep 26 14:53:22 PDT 2010: mdconfig -a delete -m /dev/md2
Sun Sep 26 14:56:18 PDT 2010: mdconfig -a new -m /dev/md2 -l 1 -c 16 -r /dev/hdc3,/dev/hde3
Sun Sep 26 23:26:56 PDT 2010: mdconfig -a new -m /dev/md3 -l 1 -c 16 -r
Steps to reproduce:1-Firmware Reset
2-Delete volume C
3-Install SSH addons
4-Backup volume C directories (in console)
5-Create volume C (lower size)
6-Restore backuped data in new volume C
7-Setup Network configuration (IP, DNS and Gateway)
8-Install APT addon and call
APT-GET update9-Try to create volume D -> FAILED because incomplete command
mdconfig -a new -m /dev/md3 -l 1 -c 16 -r If I run manualy
mdconfig -a new -m /dev/md3 -l 1 -c 16 -r /dev/hdc4,/dev/hde4, the volume is correctly created (still synchronizing at this time). Is this will be enough, or should I reset firmware again ?