我试图进行备份并弄乱了一些东西,现在我收到了上述错误。
[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]$