• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst]WD Elements 1.5 TB USB-Platte lässt sich nicht mount

Hallo,

ich habe gerade eine externe Western Digital Elements 1.5 TB-USB-Festplatte angeschlossen, die sich aber nicht mounten lässt.

mount /dev/sdd1 /mnt liefert
Code:
Failed to read last sector (2930275119): Das Argument ist ungültig
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
   or it was not setup correctly (e.g. by not using mdadm --build ...),
   or a wrong device is tried to be mounted,
   or the partition table is corrupt (partition is smaller than NTFS),
   or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sdd1': Das Argument ist ungültig
The device '/dev/sdd1' 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?

Yast-Partitionierer bringt ebenfalls eine Meldung, dass parted die Partitionen dieser Platte nicht verändern kann.

Wie kann ich diese Platte einhängen, bzw. neu partitionieren (ext3)?
 
umounten und entweder mit fdisk oder cfdisk die Partitionstabelle bearbeiten und dananch ein entsprechendes Filesystem anlegen.
 
Oben