Skip to content

Commit 077cae6

Browse files
authored
Update DISKO 2.md
1 parent 653109a commit 077cae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Forensics/DISKO 2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are several partitions, but for the purposes of this task, we are interest
3838

3939

4040
```bash
41-
dd if=disko-2.dd of=part1.img bs=512 skip=2048 count=51200 (skip від 0 до 2047?)
41+
dd if=disko-2.dd of=part1.img bs=512 skip=2048 count=51200
4242
sudo mkdir /mnt/part1
4343
sudo mount -o loop part1.img /mnt/part1/
4444
```

0 commit comments

Comments
 (0)