hypriot / flash

Command line script to flash SD card images of any kind
MIT License
1k stars 176 forks source link

dd uses cache so pv does not add much value.. #190

Closed LelandSindt closed 3 years ago

LelandSindt commented 3 years ago
Flashing /home/user/Downloads/hypriotos-rpi-v1.12.3.img to /dev/sdb ...
1.27GiB 0:00:00 [2.28GiB/s] [==========================================================================================================================================================================>] 100%            
cat /proc/meminfo |grep Dirty
Dirty:           1224252 kB
LelandSindt commented 3 years ago
Flashing /home/user/Downloads/hypriotos-rpi-v1.12.3.img to /dev/sdb ...
152 MiB 0:00:12 [12.3MiB/s] [=================>                                                                                                                                                          ] 11% ETA 0:01:33
cat /proc/meminfo |grep Dirty
Dirty:               684 kB
LelandSindt commented 3 years ago

meh