From 12e04151988759b4b86e187eb729fab4a9f40622 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Thu, 15 Feb 2018 13:42:05 +0900 Subject: [PATCH] Updated Data Recovery --- _posts/2018-02-15-data-recovery.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2018-02-15-data-recovery.markdown b/_posts/2018-02-15-data-recovery.markdown index 1c7cea7..1df8051 100644 --- a/_posts/2018-02-15-data-recovery.markdown +++ b/_posts/2018-02-15-data-recovery.markdown @@ -41,8 +41,8 @@ Option `-r5` means ddrescue will try rescuing damaged area for 5 times. And `/dev/disk2s2` become `/dev/rdisk2s2` this time. `r` stand for raw so this will access the disk more direct way. -> Beware: You MUST use same `hdimage.dmg` and `mapfile` between two commands. `mapfile` remembers which blocks were rescued and vise versa. +> Beware: You MUST use same `hdimage.dmg` and `mapfile` between two commands. `mapfile` remains information of which blocks were rescued. # Aftercare -Mount `hdimage.dmg` and copy files and directories to a new drive. If the image seems broken, you can recover using `testdisk`. \ No newline at end of file +Mount `hdimage.dmg` and copy files and directories to a new drive. If the image is broken, you can recover it using `testdisk`. \ No newline at end of file