![Safecopy는 마운트할 수 없는 드라이브에서 데이터를 복구하는 데 도움이 됩니까?](https://linux55.com/image/24457/Safecopy%EB%8A%94%20%EB%A7%88%EC%9A%B4%ED%8A%B8%ED%95%A0%20%EC%88%98%20%EC%97%86%EB%8A%94%20%EB%93%9C%EB%9D%BC%EC%9D%B4%EB%B8%8C%EC%97%90%EC%84%9C%20%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%A5%BC%20%EB%B3%B5%EA%B5%AC%ED%95%98%EB%8A%94%20%EB%8D%B0%20%EB%8F%84%EC%9B%80%EC%9D%B4%20%EB%90%A9%EB%8B%88%EA%B9%8C%3F.png)
데이터를 저장해 두었던 오래된 하드 드라이브가 있는데, 이를 검색하려고 하면 Windows에서 포맷해야 한다는 메시지와 함께 하드 드라이브가 종료됩니다. 이제 Linux에서 실행 중인데 마운트할 수 없더라도 Safecopy가 도움이 될 수 있나요?
설치하려고 할 때 나타나는 오류는 다음과 같습니다.
Error mounting: mount exited with exit code 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read vcn 0x0: Input/output error
Failed to mount '/dev/sdb1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
입출력 오류라고 나오는데... 그래서 Safecopy가 만들어진 걸까요? 어떤 정보라도 좋을 것입니다.
답변1
처음에는 dd
설치하지 않고도 사용할 수 있습니다. 따라서 콘텐츠가 보존되면 더 이상 하드웨어에 대해 걱정할 필요가 없으며 콘텐츠를 보존하는 동안 파일 시스템 문제에 의존하지 않아도 됩니다. 예시 보기디스크 복제.
하지만 저는 Windows에 대한 경험이 없으며 현재 Linux에서 NTFS 이미지를 사용할 수 있는지도 모릅니다.