Externe Festplatte kann in Ubuntu 13.10 nicht bereitgestellt werden

969
emo ete

Wenn ich versucht habe, via Terminal zu mounten:

sudo mount -t ntfs-3g /dev/sdb /mnt 

es zeigt die folgende meldung:

$ sudo mount -t ntfs-3g /dev/sdb /mnt [sudo] password for ****:  NTFS signature is missing. Failed to mount '/dev/sdb': Invalid argument The device '/dev/sdb' 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? 

Was heißt das? Und wie löse ich das? Meine Seagate 2 TB HDD ist neu und anfangs hat es funktioniert.


Es tut mir leid, aber nach Ihrem Vorschlag zeigt es noch Folgendes:

$ sudo mount -t ntfs-3g /dev/sdb1 /mnt  $MFTMirr does not match $MFT (record 0).  Failed to mount '/dev/sdb1': Input/output error  NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very important! If the device is a SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1).  Please see the 'dmraid' documentation for more details.  
1
Bitte überprüfen Sie Ihre Formatierung. Sie können nicht alles in einem Absatz ausgeben. Code um 4 Leerzeichen einrücken oder die Schaltfläche {} im Editor verwenden. slhck vor 9 Jahren 1

1 Antwort auf die Frage

1
Ghassan

/ dev / sdb ist der Gerätename .... Um die Partition selbst zu mounten, müssen Sie / dev / sdb1 einhängen, vorausgesetzt, sdb1 ist die erste (und wahrscheinlich auch die einzige) Partition auf der Festplatte. Viel Glück.