Linux에서 ntfs 파일 시스템을 마운트하는 동안 오류가 발생했습니까?

Linux에서 ntfs 파일 시스템을 마운트하는 동안 오류가 발생했습니까?

여기에 이미지 설명을 입력하세요.

백업을 만들려고 하다가 뭔가를 엉망으로 만들었더니 이제 위와 같은 오류가 발생합니다.

[msingh@centos boot]$ rpm -qa ntfs-3g ntfsprogs
ntfs-3g-2017.3.23-6.el7.x86_64
ntfsprogs-2017.3.23-6.el7.x86_64
[msingh@centos boot]$ 

이 문제를 어떻게 해결할 수 있나요?

Emmanuel의 제안에 따라 편집되었습니다.

[msingh@centos boot]$ file /dev/sdb1
/dev/sdb1: block special
[msingh@centos boot]$ sudo mount -t ntfs-3g /dev/sdb1 /mnt
NTFS signature is missing.
Failed to mount '/dev/sdb1': Invalid argument
The device '/dev/sdb1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
[msingh@centos boot]$ 

관련 정보