Article 57DN0 dd comand :bs parameter unit

dd comand :bs parameter unit

by
E_BOURSEAU
from LinuxQuestions.org on (#57DN0)
Hello
I'm trying to duplicate a whole disk in order to be at ease to run tests. Disk is 18 Gbyte large.
To achieve duplication, I use dd command.

Question is about dd parameter unit.
If I specify bs=512 does it mean it duplicates using block of 512 bytes or 512 K bytes ?

command run :
dd if=dev/rdsk/c0t0d0s2 of=/dev/rdsk/c0t9d0s2 bs=512 conv)noerror,sync

The server is equipped with 512 Mbyte of RAM and BUFSIZE is 1024.

Regards.
EBlatest?d=yIl2AUoC8zA latest?i=bKbTslLi5ko:CMtPZ-9hKxs:F7zBnMy latest?i=bKbTslLi5ko:CMtPZ-9hKxs:V_sGLiP latest?d=qj6IDK7rITs latest?i=bKbTslLi5ko:CMtPZ-9hKxs:gIN9vFwbKbTslLi5ko
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments