Displaying 2 results from an estimated 2 matches for "fc6ab58a".
2016 May 04
0
Copying CentOS to new drive
...re copying (WRT system files).
Regards,
--
wwp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20160504/fc6ab58a/attachment-0001.sig>
2016 May 04
5
Copying CentOS to new drive
I recently asked about copying a running system to a new drive.
As a postscript, I'm wondering if it would have been preferable
to run the machine under a Live OS, and simply copy the root partition
to the new drive?
Eg while running under the LiveOS,
# mkdir /mnt/old /mnt/new
# mount /dev/sda7 /mnt/old
# mount /dev/sdb6 /mnt/new
# cp -avx /mnt/old /mnt/new
or
# rsync -ax