„uebung3/logbuch_a1.md“ ändern

main
Lilly Schumann 2023-05-07 13:55:05 +02:00
parent fe9a5d05ea
commit 72a998bdfc
1 changed files with 5 additions and 5 deletions

View File

@ -3,16 +3,16 @@ Für die folgende Untersuchung wird eine virtuelle Maschine (im Folgenden als VM
___
**[14.04.2023 17:15:25 UTC+2]**: Es wurde ein Terminal geöffnet und mithilfe des folgenden Commands in das Download-Verzeichnis gewechselt:
$ cd Download
$ cd Download
**[14.04.2023 17:19:32 UTC+2]**: Es wird in das neue Verzeichnis gewechselt und ein neues Verzeichnis “U3-mnt” angelegt mit den folgenden Commands.
$ cd mnt
$ mkdir U3-mnt
$ cd mnt
$ mkdir U3-mnt
Anschließend wird mit dem folgenden Command zurück in das Download-Verzeichnis gewechselt.
$ cd ..
$ cd ..
**[14.04.2023 17:21:29 UTC+2]**: Die Image-Datei wird als Read-Only Mount Point mit dem folgenden Command gemountet.
$ sudo mount -t auto -o ro U2.img ./mnt/U3-mnt
$ sudo mount -t auto -o ro U2.img ./mnt/U3-mnt
**[14.04.2023 17:53:03 UTC+2]**: Mit Hilfe des Tools dd (disk dump) werden die Dateien aus dem gemounteten Image Byte-für-Byte kopiert
$ dd if=./mnt/U3-mnt/RecoverMe01 of=Recovered01