John Aldrich wrote:

> On Wed, 11 Aug 1999, you wrote:
> > I'am sure there is an open source solution. Anybody could got a simple way
> > to proceed ?
> > (like cat /dev/hda1 >> /dev/hdb1)
> >
> What about dd if=/dev/hda1 of=/dev/hdb1 ??? (or sda1, or
> whatever...)???

        That would probably work, but it's almost as easy to do this within the
bounds of a normal filesystem: cp -a /bin /usr [and any other
directories on /dev/hda1] /mnt/hdb1

--
Dan Brown, KE6MKS, [EMAIL PROTECTED]
Meddle not in the affairs of dragons, for you are crunchy and taste good
with ketchup.

Reply via email to