ich habe einige probleme mit korrupte Dateien auf meiner externen HD ( war in fat32) dann bin ich zur ext4 Format umgewandelt.
Habe damit keine Probleme während zwei Sitzung und jetzt plötzlich bekomme ich beim Montieren meiner externen HD folgende Fehlermeldungen:
Error mounting: mount exited with exit code 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
habe ich in Ubuntu-Forum folgende thread gefunden:
http://ubuntuforums.org/showthread.php?t=1245536&highlight=bad+superblock
ich bin aber noch nicht sicher darüber ob ich doch meine Data noch retten kann
Gibt es eine Möglichkeit meine HD doch zu montieren ?
Und dabei meine darauf gespeicherte Data zu retten?
ich möchte nochmals betonen dass meine externen HD in ext4 ist !
Command: cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=bdf599b8-700d-47b7-a01c-b18cd5059ce0 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=81dc09ed-3cd1-4d67-8d80-683376419503 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=bdf599b8-700d-47b7-a01c-b18cd5059ce0 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=81dc09ed-3cd1-4d67-8d80-683376419503 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Hier sieht man nicht deine externen HD in fstab.....also ist dort auch nicht vorhanden...
Du hast die Wahl entweder montierst du deine HD via ihr UUID oder von einer anderen klassischen Knote.
Zuerst einen Mountpunkt in /mnt oder /media (ist mehr aktuell) festlegen
In root:
sudo mkdir /media/externe
Dann mit der Hilfe eines Editors füge deine HD zu fstab hin:
sudo nano /etc/fstab
Einfügen:
/dev/sdb1 /media/externe ext4 defaults 0 0
ctrl+x für speichern.
Dann starte:
sudo mount -a
Das resultierende Ergebnis in deine Antwort einfügen ;-)
(mit der Annahme dass deine externen HD mit /dev/sdb1 bezeichnet )
Kannst auch folgendes einfügen (nur zu nachprüfen)
also ich weiß nicht genau was ich machen soll wenn du sagst
"Einfügen":
/dev/sdb1 /media/externe ext4 defaults 0 0
Du drückst auf ctrl+x um zu speichern?
Ich habe noch nichts geändert was ich nun genau ändern?
#/etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=bdf599b8-700d-47b7-a01c-b18cd5059ce0 / ext4 errors=remount-ro 0 $
# swap was on /dev/sda6 during installation
UUID=81dc09ed-3cd1-4d67-8d80-683376419503 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0