I think, however, that you should actually copy /dev/sda1, to /dev/sdba1 not /dev/sda. to /dev/sdb<br>If you copy /dev/sda1, you will also copy the partition table.  If your flash drives are different sizes you might end up with problems.<br>
<br>another solution would be, especially if you are making an intermediate copy on your hard drive, to use partimage.  Partimage will only copy the sectors on the partition that are actually in use.. thus saving both disk space and time for the copy process.<br>
<br><div class="gmail_quote">On Tue, Dec 2, 2008 at 5:55 AM, Justin Piszcz <span dir="ltr"><<a href="mailto:jpiszcz@lucidpixels.com">jpiszcz@lucidpixels.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c"><br>
<br>
On Tue, 2 Dec 2008, milos rovcanin wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a flash memory stick that is formated with ext3 file system. NOw,<br>
there is an application on it that I would like to copy to another memory<br>
stick. I can copy it, but when I do so, that application does not work<br>
properly (it won't start - boot problem???).  Is there a tool that can copy<br>
an entire content from one flash stick to another? Thanks!!!<br>
<br>
</blockquote>
<br></div></div>
use dd<br>
<br>
dd if=/dev/sda of=/dev/sdb<br>
<br>
or<br>
<br>
# original flash<br>
dd if=/dev/sda of=flash_disk.img<br>
# with second flash flugged in<br>
dd if=flash_disk.img of=/dev/sda<br>
<br>
They must/should be the same sizes though.<br>
<br>
Justin.<br>
<br>
_______________________________________________<br>
Ext3-users mailing list<br>
<a href="mailto:Ext3-users@redhat.com" target="_blank">Ext3-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/ext3-users" target="_blank">https://www.redhat.com/mailman/listinfo/ext3-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Stephen Samuel <a href="http://www.bcgreen.com">http://www.bcgreen.com</a><br>778-861-7641<br>