On Thursday June 12, nicolas.meaux@artabel.net wrote: > Thanks for you quick respond Neil ;) > > > mdadm -A --force /dev/md2 /dev/sd[a-f] > > So, i type this command : > > # mdadm -A --force /dev/md2 /dev/sd[a-h] > mdadm: /dev/md2 has been started with 7 drives. > > ( i do a [a-h] , because i have 8 scsi disk ) > > I try too mount md2, it work fine, but : > # ls -al > ls: nohup.out: Input/output error > ls: tape.sh: Input/output error > ls: .viminfo: Input/output error > ls: .bash_history: Input/output error > ls: .bashrc~: Input/output error > ls: .xauth: Input/output error Looks like filesystem corruption, which isn't overly surprising. I would 'fsck' at this point, then copy off the data that you need (if it is there) and recreate the array, the filesystem, and restore from backups. NeilBrown - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html