我正在尝试使用
Windows版本的dd将RHEL iso复制到USB记忆棒.但是,我想先将驱动器清零,以确保在写入驱动器之前没有文件系统.在windows中是否有等效的/ dev / zero可用作infile?
John Newbigin’s dd支持这一点.
原文链接:https://www.f2er.com/windows/370134.htmlVirtual devices are a new feature in version 0.4beta1.
Because windows does not have devices like the unix /dev/zero or /dev/random these have been implemented inside dd. You can use these as input files to supply an infinite amount of zeros or pseudo random data.