리눅스설치한 하드 하나가 부팅이 안돼어 다른 서버에 하드를 설치 했습니다.
아래 보기와 같이 파티션 정보는 남아 있습니다.
Command (m for help): p
Disk /dev/sdb: 255 heads, 63 sectors, 1106 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 7 56196 83 Linux
/dev/sdb2 8 1106 8827717+ 5 Extended
/dev/sdb5 8 932 7430031 83 Linux
/dev/sdb6 933 965 265041 82 Linux swap
/dev/sdb7 966 1106 1132551 83 Linux
문제는 /mnt/work 디랙토리를 하나 만들어 위의 /dev/sdb7를 마운트 시켜봤지만 안돼는군요
에러 메세지 입니다.
[root@test /root]# mount -t ext2 /dev/sdb7 /mnt/work
mount: wrong fs type, bad option, bad superblock on /dev/sdb7,
or too many mounted file systems
이거 마운트 시킬수 있는 방법 없는지요?