Alles nur ein Versuch ...

Zum Anfang im Terminal diskutil list und Return

Tendenziell steht hinten in der Liste Deine externe Festplatte - hier ein Beispiel mit einem USB Stick mit dem Namen "macfix_test"

> diskutil list
(... andere Platten und dann ...)
/dev/disk6 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *7.8 GB disk6
1: EFI EFI 209.7 MB disk6s1
2: Apple_HFS macfix_test 7.5 GB disk6s2



Das /dev/disk6 (<=natürlich nimmst Du Deine Nummer, die 6 ist es bei mir) brauchen wir, um die Platte anzusprechen.

Versuchen wir als erstes sie so zu mounten:
im Terminal
> diskutil mount /dev/disk6

Wenn es klappt gut, wenn nicht dann schauen wir ob wir sie prüfen und reparieren können.

Das sind Funktionen, die das Festplattendienstprogramm auch nutzen würde, wenn die Platte bei die nicht ausgegraut wäre.

Im Terminal
> diskutil verifyDisk /dev/disk6
Started partition map verification on disk6
Checking prerequisites
Checking the partition list
Checking the partition map size
Checking for an EFI system partition
Checking the EFI system partition's size
Checking the EFI system partition's file system
Checking the EFI system partition's folder content
Checking all HFS data partition loader spaces
Checking booter partitions
Checking Core Storage Physical Volume partitions
The partition map appears to be OK
Finished partition map verification on disk6


Wenn das klappt, können wir eine Reparatur versuchen - hier lief es fehlerfrei durch, bei Dir kommen u.U. ein paar Fehlermeldungen.

> diskutil repairDisk /dev/disk6
Repairing the partition map might erase disk6s1, proceed? (y/N) y
(in disk6s1sind die Infromationen über die einzelnen Volumes gespeichert, da die Platte mindestesn 2 Partitionen hat, die EFI Partition (siehe oben) und die wo die TimeMachine Daten liegen.

Started partition map repair on disk6
Checking prerequisites
Checking the partition list
Adjusting partition map to fit whole disk as required
Checking for an EFI system partition
Checking the EFI system partition's size
Checking the EFI system partition's file system
Checking the EFI system partition's folder content
Checking all HFS data partition loader spaces
Checking booter partitions
Reviewing boot support loaders
Checking Core Storage Physical Volume partitions
The partition map appears to be OK
Finished partition map repair on disk6