From 3664ba9bc997b99b1d7244c9851c2fea2b1975f4 Mon Sep 17 00:00:00 2001 From: Yaren Selvi <2024298@stud.hs-mannheim.de> Date: Thu, 11 May 2023 09:04:27 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EUebung5.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Uebung5.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Uebung5.md b/Uebung5.md index e69de29..34e8b81 100644 --- a/Uebung5.md +++ b/Uebung5.md @@ -0,0 +1,21 @@ +# Übung 5 + +**Aufgabe 1: (Dateisysteme und Carving Tools)** + +Schritt 1: Erstellung des img Files + +```jsx +$ sudo dd if=/dev/vda1 of=myImage.img bs=10MB +> 1+0 records in +1+0 records out +10000000 bytes (10 MB, 9.5 MiB) copied, 0.0160816 S, 622 MB/S +``` + +--- + +Schritt 2: Konfigurieren des img Files, um png, jpeg, doc, … Dateien reinschreiben zu können +``` + +``` + +--- \ No newline at end of file