idd.sh: lowered block size to 1MB

This commit is contained in:
mollusk 2017-05-23 12:40:40 -07:00
parent 618050df90
commit 1473002b6e

4
idd.sh
View File

@ -127,7 +127,7 @@ case "$1" in
echo echo
printf "${LCYAN}Please wait ...${NC}\n" printf "${LCYAN}Please wait ...${NC}\n"
echo echo
pv -tpreb ${filepath} | dd bs=4M of=${DEVICEDIR}/${devname} pv -tpreb ${filepath} | dd bs=1M of=${DEVICEDIR}/${devname}
echo echo
printf "${YELLOW}Syncing buffers...${NC}\n";sync printf "${YELLOW}Syncing buffers...${NC}\n";sync
echo echo
@ -180,7 +180,7 @@ case "$1" in
echo echo
printf "${LCYAN}Please wait ...${NC}\n" printf "${LCYAN}Please wait ...${NC}\n"
echo echo
pv -tpreb ${filepath} | dd bs=4M of=${DEVICEDIR}/${devname} pv -tpreb ${filepath} | dd bs=1M of=${DEVICEDIR}/${devname}
echo echo
printf "${YELLOW}Syncing buffers...${NC}\n";sync printf "${YELLOW}Syncing buffers...${NC}\n";sync
echo echo