raid 1 파티션을 마운트하려고 합니다.

moonend의 이미지

하드 디스크 2대에 raid 1를 설정해서 사용하고 있었습니다. (Software적 마운트, 전용 컨트롤러 사용 안함)
그런데 다른 곳에 하드 디스크가 필요한 작업이 있어 raid를 해제하였는데, 파티션을 마운트할 수 없습니다.

하드디스크 1대에 기록된 싱글 raid 파티션을 마운트할 수 있는 방법에 대해 문의하고자 합니다.
현재 상황은 다음과 같습니다.

1. 마운트 안됨
[root@spam ~]# mount -t ext4 /dev/sdb2 te
mount: wrong fs type, bad option, bad superblock on /dev/sdb2,
missing codepage or other error
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
In some cases useful info is found in syslog - try
dmesg | tail or so

2. 가상 레이드 장비 만들기 문제 발생
[root@spam ~]# mdadm -A /dev/md0 /dev/sdb2
mdadm: no recogniseable superblock on /dev/sdb2
mdadm: /dev/sdb2 has no superblock - assembly aborted
[root@spam ~]#