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