(copy) DBAN vs nwipe

Posted My Blog @ cnblogs.com

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(copy) DBAN vs nwipe相关的知识,希望对你有一定的参考价值。

source: https://sourceforge.net/p/dban/discussion/208932/thread/cb591b59/

Question:
Trouble in running DBAN on Dell notebook (Vista Home Premium, 64-bit).
Booted from the CD, but got the "PCI sysfs" error and the program just hung.
Based on research in this forum, tried seeing if there was a media card reader needed to disable - but not find one.
Came across another good suggestion - using the "nwipe" ISO (forked from DBAN‘s dwipe) included in Parted Magic.

This method seems to be working (DoD Short wiping is ongoing), but want to make sure DoD Short on nwipe is just as effective as DoD short on DBAN.
Parted Magic has a GUI and I was instructed to remove the boot media after Parted Magic booted completely.
Just wondering how nwipe successfully erases hard drive without destroying itself in the process.
I don‘t believe I created a partition of any kind - when Parted Magic booted, I just started nwipe.

Answer:
I‘m the author of nwipe, and can tell you that the wiping code for DBAN and nwipe is exactly the same (nwipe is a fork of the DBAN software).
Therefore, the effectiveness of the wipe is identical.

Parted Magic loads itself into memory, which means the CD can be removed.
It doesn‘t rely on a hard disk to store anything, which allows it to completely wipe the disk without affecting itself.

以上是关于(copy) DBAN vs nwipe的主要内容,如果未能解决你的问题,请参考以下文章

Clone() vs Copy constructor-在java中推荐[重复]

哪个选项最适合选择列压缩编码 [COPY VS ANALYZE COMPRESSION]

vs2010 怎么给c++项目预设命令行参数

C++ FileIO Copy -VS- System("cp file1.x file2.x)

VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be

csproj文件中copy指令的使用方式