Search found 10 matches
- 20 Aug 2014, 09:19
- Forum: Partition Recovery
- Topic: [solved]Recovery of Linux partions
- Replies: 5
- Views: 4603
Re: [solved]Recovery of Linux partions
Thanks for your answer. But I am not aware of any image files on that drive. Though I don't know what comes with the standard ubuntu installation.
- 28 Jul 2014, 14:51
- Forum: Partitionen wiederherstellen
- Topic: Wie erstelltes image.dd wieder 1:1 einspielen?
- Replies: 12
- Views: 13726
Re: Wie erstelltes image.dd wieder 1:1 einspielen?
Das Laufwerk scheint schon eingehängt zusein.
Ich zitiere mich mal selbst.
Ich zitiere mich mal selbst.
biaaas wrote: Eventuell ist die Festplatte schon automatisch woanders eingehängt. Mit folgendem Befehl bekommst eine Liste aller eingehängten Geräte:Code: Select all
mount
- 28 Jul 2014, 12:43
- Forum: Partitionen wiederherstellen
- Topic: Wie erstelltes image.dd wieder 1:1 einspielen?
- Replies: 12
- Views: 13726
Re: Wie erstelltes image.dd wieder 1:1 einspielen?
Das heißt nur das sdd1 nicht eingehängt ist. Du kannst direkt mit dd weiter machen. Der umount befehl ist nur da, weil dd nicht auf einem eingehängten Laufwerk schreiben kann.
- 28 Jul 2014, 12:16
- Forum: Partitionen wiederherstellen
- Topic: Wie erstelltes image.dd wieder 1:1 einspielen?
- Replies: 12
- Views: 13726
Re: Wie erstelltes image.dd wieder 1:1 einspielen?
Fehlt da ein Leerzeichen zwischen umount und /dev?
Du kannst Die Befehle so schreiben, da sie die Pfadangaben beinhalten. Letztere musst Du natürlich an deine Situation anpassen.
Du kannst Die Befehle so schreiben, da sie die Pfadangaben beinhalten. Letztere musst Du natürlich an deine Situation anpassen.
- 28 Jul 2014, 11:55
- Forum: Partitionen wiederherstellen
- Topic: Wie erstelltes image.dd wieder 1:1 einspielen?
- Replies: 12
- Views: 13726
Re: Wie erstelltes image.dd wieder 1:1 einspielen?
Bei vielen Live-CDs ist man automatisch als root angemeldet. Man sieht das neben dem Cursor im Terminal, da sollte ungefähr so etwas stehen:
root@Computername:/aktueles/Verzeichnis$
Falls da nichts von root zu lesen ist, musst Du jeweils ein sudo vor alle Befehle setzen.
Du musst die Platte mit ...
root@Computername:/aktueles/Verzeichnis$
Falls da nichts von root zu lesen ist, musst Du jeweils ein sudo vor alle Befehle setzen.
Du musst die Platte mit ...
- 22 Jul 2014, 13:55
- Forum: Partition Recovery
- Topic: [solved]Recovery of Linux partions
- Replies: 5
- Views: 4603
Re: [solved]Recovery of Linux partions
I could recover the home partition which contained all the important data. It would have been nice to also recover the system partition, but the scan found so many partitions that doing "p" ,"q" "arrow down" just made me mad :D. I spoke of 200 in my last post, but now I think there were more than ...
- 22 Jul 2014, 10:18
- Forum: Partition Recovery
- Topic: [solved]Recovery of Linux partions
- Replies: 5
- Views: 4603
Re: Recovery of Linux partions
I think I am on the right way now. There were two things that prevented me from progress. First I was not aware that the Ubuntu installer creates an efi partition table by default. Second the efi deep scan finds over 200 partitions and I just overlooked the right one.
- 22 Jul 2014, 10:11
- Forum: Partitionen wiederherstellen
- Topic: Wie erstelltes image.dd wieder 1:1 einspielen?
- Replies: 12
- Views: 13726
Re: Wie erstelltes image.dd wieder 1:1 einspielen?
Der von Dir genannte Befehle, hängt das Image als Ordner ein. Das heißt Du hast dann einen Ordner in Dem Du die Daten anschauen & ändern kannst. Das Image wird dazu nicht zurückgeschrieben. Du kannst dann aber die Dateien einfach aus diesen Ordner kopieren.
Das geht mit jeder Linux-Live-CD ...
Das geht mit jeder Linux-Live-CD ...
- 19 Jul 2014, 22:47
- Forum: Partition Recovery
- Topic: [solved]Recovery of Linux partions
- Replies: 5
- Views: 4603
Re: Recovery of Linux partions
I played a bit around with the sectorsize when using the default "none" and 512kB the first partion starts cylinder 6. When using 4096kB the first partion starts at cylinder 0.
Does this mean I have a geometry Problem? If yes how will I find the right one?
Does this mean I have a geometry Problem? If yes how will I find the right one?
- 18 Jul 2014, 09:13
- Forum: Partition Recovery
- Topic: [solved]Recovery of Linux partions
- Replies: 5
- Views: 4603
[solved]Recovery of Linux partions
Hello,
at the moment I try to recover a Linux system after a hdd failure. After a system update the machine did not reboot so I turned it off manually. After that it could not boot anymore, so I got a systemrescuecd and had a look. In gparted the hdd showed up as completly unlocated. So I gave ...
at the moment I try to recover a Linux system after a hdd failure. After a system update the machine did not reboot so I turned it off manually. After that it could not boot anymore, so I got a systemrescuecd and had a look. In gparted the hdd showed up as completly unlocated. So I gave ...