GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-25 22:20:35 +00:00 committed by gitbook-bot
parent 03dbb2048e
commit 1385df6482
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ There are **2 ways** of shutting down the system, a **normal shutdown** and a **
#### Taking an image of the disk
It's important to note that **before connecting to your computer anything related to the case**, you need to be sure that it's going to be **mounted as read only** to avoid modifying the any information.
```bash
#Create a raw copy of the disk
dd if=<subject device> of=<image file> bs=512