Dear guys,
I have freesbie that run well on a 2G thumbdrive, and i really want to have other thumbdrive to have a same thing as well, "freesbie liveOnUSB"?
My question is does "dd" command, can help to duplicate it ,?
and it doesnt work, seems dd copy the whole byte from the thumbdrive(freesbie run on it).
I think i need to add another option in dd, to limit number of byte being copied, but i am not sure how it works.?
Any idea,
Thanks
I have freesbie that run well on a 2G thumbdrive, and i really want to have other thumbdrive to have a same thing as well, "freesbie liveOnUSB"?
My question is does "dd" command, can help to duplicate it ,?
Code:
dd if=/dev/da0s1 of=/dev/da1s1 bs=512,
I think i need to add another option in dd, to limit number of byte being copied, but i am not sure how it works.?
Any idea,
Thanks