linux压缩镜像文件空间可以变小吗?用dd命令

linux压缩镜像文件空间可以变小吗?用dd命令,第1张

可以。linux压缩镜像文件空间可以使用dd命令变小,而且还可以按照指定大小的数据块来拷贝文件,所谓镜像文件其实和rarZIP压缩包类似,将特定的一系列文件按照一定的格式制作成单一的文件,以方便用户下载和使用,例如一个 *** 作系统、游戏等。

用法:dd [ *** 作数] ...

 或:dd 选项

Copy a file, converting and formatting according to the operands.

N and BYTES may be followed by the following multiplicative suffixes:

c =1, w =2, b =512, kB =1000, K =1024, MB =1000 1000, M =1024 1024, xM =M

GB =1000 1000 1000, G =1024 1024 1024, and so on for T, P, E, Z, Y.

Sending a USR1 signal to a running 'dd' process makes it

print I/O statistics to standard error and then resume copying.

18335302+0 records in

18335302+0 records out

9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s

Options are:

GNU coreutils online help: http://www.gnu.org/software/coreutils/

请向 http://translationproject.org/team/zh_CN.html 报告dd 的翻译错误

要获取完整文档,请运行:info coreutils 'dd invocation'


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/7253493.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-03
下一篇 2023-04-03

发表评论

登录后才能评论

评论列表(0条)

保存