LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What does the bs do in the command dd do? (https://www.linuxquestions.org/questions/linux-newbie-8/what-does-the-bs-do-in-the-command-dd-do-872682/)

ukwho 04-03-2011 05:46 AM

What does the bs do in the command dd do?
 
Hello,

I have just created a usb boot disk so that I can install Fedora 14.

I used the following which was successfully. However, I am left wondering what does the bs parameter actually does. I know it mean bytes and copies these at a time. But how do I know what to set it to?

Code:

dd if=F14-Live-i686.iso of=/dev/sdb bs=8M
In the above example it is set to 8MB. However could I set this to any value that I want?

Many thanks for any advice,

markush 04-03-2011 07:09 AM

Hello ukwho,

the bs option tells dd which datasize it should move at a time (says the manpage). For further information look here: http://softpanorama.org/Tools/dd.shtml

Markus


All times are GMT -5. The time now is 04:33 AM.