Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
|
todo:rewritable_hard_disks_and_flash_media [2021/11/23 19:52] hiccup |
todo:rewritable_hard_disks_and_flash_media [2022/05/20 13:25] hiccup minor edit to update cache |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| + | {{wst> | ||
| There is a risk when plugging USB devices or other writeable storage media into a conventional operating system that the OS will write to the device, meaning a clean dump of the original media cannot subsequently be made. To enable as clean as possible a dump to be preserved - even in the case of used devices it is good to avoid making any further changes. | There is a risk when plugging USB devices or other writeable storage media into a conventional operating system that the OS will write to the device, meaning a clean dump of the original media cannot subsequently be made. To enable as clean as possible a dump to be preserved - even in the case of used devices it is good to avoid making any further changes. | ||
| Line 14: | Line 15: | ||
| ==== Method 1 ==== | ==== Method 1 ==== | ||
| + | [todo: elaborate] | ||
| **Tools required** | **Tools required** | ||
| Line 20: | Line 22: | ||
| * [[user: | * [[user: | ||
| + | Basically the process is the same as Method 2, but you *do not* enable the system-wide write access, instead you just connect your PC to the network and copy your dump to another device. | ||
| ==== Method 2 ==== | ==== Method 2 ==== | ||
| Line 29: | Line 32: | ||
| **Process** | **Process** | ||
| - | Do not connect the external storage media that you wish to dump until instructed to do so. | + | * Do not connect the external storage media that you wish to dump until instructed to do so. |
| + | * Download CAINE from the link above | ||
| + | * Either burn the ISO to a DVD or create a bootable live USB using Rufus. Insert the burned disc or USB into your system and reboot into CAINE | ||
| + | * Check that the system-level mount policy is set to read-only (disk icon in the taskbar should be green). If this is red, right click it and change to read-only. | ||
| - | | + | {{: |
| - | - Either burn the ISO to a DVD or create a bootable live USB using Rufus. Insert the burned disc or USB into your system and reboot into CAINE | + | |
| - | | + | |
| - | - Run UnBlock - this should show you a list of devices that are currently attached to the system. | + | |
| - | - At this stage, connect the media you wish to dump and hit refresh in UnBlock. This should show up in UnBlock now with a policy of read-write. Change this to read-only (tick the checkbox next to it in the listing and then hit OK) | + | |
| - | - From the list of devices, find and make a note of the device name related to the media you wish to dump (for the rest of this guide we'll call this //sdX//) | + | |
| - | - Open " | + | |
| - | - Go back to unblock and find this hard-drive in the list of devices - hopefully it should be obvious from the relative sizes, otherwise you can find device labels by ([method TBC]) | + | |
| - | - Click the checkbox next to the hard-drive and hit OK - this should now show as Read-Write in UnBlock | + | |
| - | - Change the system policy to allow mounting devices in writable mode by right clicking the green disk icon in the task bar and selecting "make writable" | + | |
| - | - Open " | + | |
| - | - Open the console and dump the USB using the following command 'sudo dd if=dev/sdX/ of=/ | + | |
| - | ===== Gathering | + | {{: |
| + | * At this stage, connect the media you wish to dump and hit refresh in UnBlock. This should show up in UnBlock now with a device-level policy of writable. | ||
| + | {{: | ||
| + | * Change this to read-only by ticking the checkbox next to it in the listing and then hit OK) | ||
| + | * From the list of devices, find and make a note of the device name related to the media you wish to dump (for the rest of this guide we'll call this //sdX//) | ||
| + | {{: | ||
| + | * Open " | ||
| - | See [[submission:YYY|Gathering and Submitting Dump Info for YYY]] | + | {{:todo: |
| + | * Go back to unblock and find this hard-drive in the list of devices - hopefully it should be obvious from the relative sizes, otherwise you can find device labels by using the command 'lsblk -o name, | ||
| + | {{: | ||
| + | {{: | ||
| + | * Click the checkbox next to the hard-drive and hit OK - this should now show as writable in UnBlock | ||
| + | |||
| + | {{: | ||
| + | * Change the system policy to allow mounting devices in writable mode by right clicking the green disk icon in the task bar and selecting "make writable" | ||
| + | |||
| + | {{: | ||
| + | * Open " | ||
| + | |||
| + | {{: | ||
| + | {{: | ||
| + | * Open the console and dump the USB using the following command 'sudo dd if=/ | ||
| + | {{: | ||
| + | ===== Gathering and Submitting Dump Info ===== | ||
| + | See [[submission: | ||