dd note
$ dd if=source of=destination bs=1024k(default為512k)
顯示dd進度?
- 參考 http://linuxhacking.twbbs.org/2008/07/linux-backup-command-dd.html
open terminal 1 watch -n10 pkill -USR1 ^dd$
open terminal 2 dd if=/dev/sda of=/dev/sdb bs=1024k
- top + ls -h… XD 爛到爆
This post is licensed under CC BY 4.0 by the author.