惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
月光博客
月光博客
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
U
Unit 42
云风的 BLOG
云风的 BLOG
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
B
Blog
C
Check Point Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
量子位
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell

kkocdko's blog

Tasker 永久试用修改思路 - kkocdko's blog 极限压缩文档扫描件 - kkocdko's blog Bypass the Blank Chars Detection crknob - Chrome portable patch 我如何将博客首页体积降至 3 KB - kkocdko's blog 如何极限优化压缩文件体积 - kkocdko's blog EmEditor 精简版 - kkocdko's blog Backup Data from VSCode Web 优雅地游玩 Minecraft - kkocdko's blog 让程序以管理员权限运行的 PE 清单 - kkocdko's blog 注销 ZEIT 账号之后遇到的坑 - kkocdko's blog 本博客的协议已更改为 CC0 - kkocdko's blog mobp - 使 MSOffice 后台常驻 在安装 VS 生成工具时规避 .NET 安装错误 各种格式的占位空文件 - kkocdko's blog 优雅地游玩 Flash 游戏 - kkocdko's blog WPS 2016 极限精简版 - kkocdko's blog Convert Const to Let by Terser 规避 Visual Studio 许可证过期的 Bug 方便地使用 iPod - kkocdko's blog 用 UserJS 注入 UserCSS - kkocdko's blog 注册表修改文件关联(默认程序) - kkocdko's blog 周期精准的太阳系模型 - kkocdko's blog 关闭屏幕的 WinAPI - kkocdko's blog 重置 Windows 图标缓存 - kkocdko's blog AIDA64 极限精简单文件版 - kkocdko's blog 几何画板单文件精简版 - kkocdko's blog 世界之窗浏览器单文件版 - kkocdko's blog 在 MBR + Legacy 下用 Bootmgr 引导 Ubuntu 简洁的 Markdown 预览工具 - kkocdko's blog
Disk duplicator is considered deprecated
2026-04-11 · via kkocdko's blog

🌐 - 简体中文

History and usage

Hard disk duplicator is something that is not sold on Taobao, Amazon and other platforms. It actually originated from the CD duplicator and tape duplicator of the year. All you need to do is plug in, copy, and unplug.

Cons

  • Expensive, obviously not in line with the cost.

  • Cannot be capacity-adaptive, must use equal/smaller capacity hard disk.

  • Not partition table and file system aware, resulting in useless data writes and duplicate GPT GUIDs and file system UUIDs.

Alternatives

  • Obviously there's no need for me to go into more detail. If you're installing a computer, you can use an empty disk with a LiveCD/WinPE

  • If you're really going mega, you can use a fast portable disk for writes (the JMS583 10G USB is currently 22 ¥ or 5 $), then use something like USB KVM to do auto operation. The Mechrevo do this, don't ask me how I know this.

  • Some people will suggest using a PCIe adapter and M.2 on the motherboard and then repeatedly off-on, I'm skeptical about repeatedly turning it on and off. If you have a Thunderbolt that can transfer out of PCIe, that's also a good option, but slightly more costly.

🌐

简体中文

来历和用途

硬盘对拷机这种东西,在淘宝等电商平台上销量并不低。它其实源于当年的 CD 对拷机、磁带对拷机。只需要插入,拷贝,拔出即可。

缺点

  • 价格昂贵,与成本明显不符。

  • 不能自适应容量,必须使用相等容量/较小容量硬盘。

  • 不感知分区表和文件系统,造成非必要的写入,以及 GPT GUID 和文件系统 UUID 重复。

  • 无法充分利用硬盘特性,例如做 bitlocker crypt offload 配置。

  • 不够灵活,无法做一些类似写入递增序列号的操作。

替代方案

  • 显然已经不需要我多讲。如果你要装机,完全可以使用空盘与 LiveCD/WinPE。

  • 如果真要超大规模部署,可以使用高速的移动硬盘来装载 LiveCD(JMS583 10G USB 当前 22 ¥),然后配合 USB KVM 类似的模拟鼠标键盘来自动化,这是 机械革命 他们的方案,别问我是怎么知道的。

  • 有些人会建议使用 PCIe 转接的和主板上的 M.2 然后反复关机开机,我对反复开关机表示怀疑。如果你有雷电可以转出 PCIe,或许也是不错的选择,但是成本略高。