[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gddrescue ssd/nvme questions
From: |
Antonio Diaz Diaz |
Subject: |
Re: gddrescue ssd/nvme questions |
Date: |
Tue, 13 Oct 2020 17:40:37 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
Hello François,
François Villette wrote:
There's a talk on Xigmanas forums (custom FreeBSD OS NAS) about SSD with
ddrescue and dd:
https://www.xigmanas.com/forums/viewtopic.php?f=15&t=15441
(see #10 & 11).
I get an "Internal server error" when trying to access that page.
Does ddrescue work on SSD & NVMe?
Ddrescue should work with any device for which the kernel provides a block
device name.
I've done clones of SSDs with ddrescue but they were brand new, so can't
say for sure if ddrescue detects bad cells on them to try to rescue them.
Ddrescue does not "detect bad cells". It is the device driver the one that
detects them and returns a "read error" to ddrescue.
Also, is there a way, on SSD or NVMe, to get the files' names lying in
bad sectors with ddrescue?
The same methods used for hard discs should work because they are performed
on the copy. See
http://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html#Fill-mode
Best regards,
Antonio.