Richard,

On Wednesday 27 July 2005 08:53 am, Richard Watson wrote:
> Can anyone tell me if it's possible to move (or copy) the complete contents
> of /boot located on /dev/hdb1 to /dev/hda2. If so would anyone know the
> correct command so I pick up any hidden files ,etc.

One way to do it is to do the following:

mount -o ro /dev/hdb1 old
mount /dev/hda1 new
cd old
tar cvf - * | tar xf -C ../new/

                          Sean

>
> --
> Thanks, Richard
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 25/07/2005

-- 
Sean Higgins, [EMAIL PROTECTED]
http://www.systura.com - "Where information becomes knowledge."
-- 
[email protected] mailing list

Reply via email to