To create a debian install stick, one copies the iso to the device:
cp debian-testing-amd64-DVD-1.iso /dev/sdb
per this page:
https://www.debian.org/releases/jessie/amd64/ch04s03.html.en
according to this SE question:
How to check progress of running cp?
one can monitor the progress using stat -c "%s" /dev/sdb
Despite the light flashing activity on the thmubdrive, stat
is reporting 0
I tried rsync
, but rsync
fails, reports 'no space left on device'