OS

IT/TroubleShooting

[TroubleShooting] xfs disk mount 에러 (mount: wrong fs type, bad option, bad superblock on)

이슈요약 AWS EC2에 기존 mount 되었던 볼륨을 스냅샷 생성 후 제거 생성한 스냅샷으로 새로운 볼륨을 만들어 기존 EC2에 다시 mount 수행 시 아래의 에러가 발생하며 mount 실패함 ec2-user]# mount -t xfs /dev/xvdf1 /home/ec2-user/xvdf1 **mount: wrong fs type, bad option, bad superblock on /dev/xvdf1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so.** 원인파악 상세 처음에는 disk 볼륨의 header 정보 등이 손상된건지 싶..

Ersia
'OS' 태그의 글 목록