You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redirecting the output of dd to gzip would make the img size a lot smaller.
Something like dd of=$OFILE bs=1M conv=sync,noerror iflag=fullblock > gzip $OFILE.gz should work.
The text was updated successfully, but these errors were encountered:
Redirecting the output of dd to gzip would make the img size a lot smaller.
Something like
dd of=$OFILE bs=1M conv=sync,noerror iflag=fullblock > gzip $OFILE.gz
should work.The text was updated successfully, but these errors were encountered: