We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653109a commit 077cae6Copy full SHA for 077cae6
content/Forensics/DISKO 2.md
@@ -38,7 +38,7 @@ There are several partitions, but for the purposes of this task, we are interest
38
39
40
```bash
41
-dd if=disko-2.dd of=part1.img bs=512 skip=2048 count=51200 (skip від 0 до 2047?)
+dd if=disko-2.dd of=part1.img bs=512 skip=2048 count=51200
42
sudo mkdir /mnt/part1
43
sudo mount -o loop part1.img /mnt/part1/
44
```
0 commit comments