내 OS를 추가하기 전에 상점에서 가져온 대로 하드 드라이브를 보관하려고 했고, 할인된 가격으로 구입한 사전 사용된 데모 머신이라는 점을 고려하면 하드 드라이브는 아마도 뒤에서 깨끗하지 않았을 것입니다. 나는 먼저 ntfswipe를 실행하기로 결정했습니다. (0x0000000000000000은 매우 잘 압축되기 때문입니다.)
root@xubuntu:/home/xubuntu# ntfswipe -a /dev/nvme0n1p3
ntfswipe is about to wipe:
unused disk space
file tails
unused mft areas
unused directory index space
the logfile (journal)
the pagefile (swap space)
undelete data
ntfswipe will overwrite these areas with: 0x00
(however undelete data will be overwritten by random values)
ntfswipe will begin in 5 seconds, press CTRL-C to abort.
wipe_directory 0x00, 65016584 bytes
wipe_tails 0x00, 221482103 bytes
wipe_logfile 0xff, 67108864 bytes
wipe_mft 0x00, 187170816 bytes
wipe_pagefile 0x00, 5368709120 bytes
wipe_unused 0x00, 460829704192 bytes
wipe_undelete
466739191679 bytes were wiped (excluding undelete data)
여기서 질문은 제목에 명시된 바와 같이 왜 다음과 같이 말하는가입니다.
(however undelete data will be overwritten by random values)
? 다른 모든 것이 0x00 또는 0xFF 로 덮어쓰여졌을 때 삭제 취소 데이터가 무작위로 보이는 이유는 무엇입니까?