Is it possible to add an install timer when you run the dd command [closed]

StackOverflow https://stackoverflow.com/questions/22106493

  •  18-10-2022
  •  | 
  •  

I am currently trying to make an install usb key but im not sure if the dd commmand is freezing or just taking forever and for future reference i wanted to know if it was possible to add a install timer somehow to the dd comand when copying my iso to my thumb drive

ps the iso is 4.9 gb

thank you in advanced

有帮助吗?

解决方案

pv is a nice utility that will show a pretty progress bar for pretty much anything. To e.g. write file.iso to /dev/sdd, use

$ pv file.iso > /dev/sdd
3.1GB 0:02:14 [14.27MB/s] [=====================>     ] 91%
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top