Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们面临的问题是 FreeBSD 分区中没有剩余空间。所以我们决定获取一个新磁盘并安装它而不是旧磁盘。所以我的问题是使用标准 cp 复制分区内容或使用其他工具克隆更快?分区的文件系统是UFS。
看看dump/ restore。它们是专门构建的工具,可以完美地复制文件,而cp可能会或可能不会取决于你给它的标志是否错过了正确设置属性/所有权。
dump
restore
cp