Keith C. Perry on 10 Mar 2016 16:51:20 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] Convert from Hard Drive to SSD


I use cpio in pass-through mode with find to move non-XFS file system around.

I'm doing from memory but lets say you boot from a livecd and mount you source partition to /src and you destination partition to /dst

cd /dst
find /src -xdev -print0 | cpio -pmdv0

That should copy all regular and special file from /src to where you currently are (which would be /dst since you changed to that location first)

---
KP-

On Mar 10, 2016 19:22, Casey Bralla <MailList@nerdworld.org> wrote:

I recently bought an SSD and want to clone my existing Hard Drive onto the SSD, ideally without mucking up the existing Gentoo desktop system.

 

I would use clonezilla or even dd, but my SSD is only 240 GBytes, while the Hard Drive is 1 TByte. These programs require that the new disk be at least as large as the original.

 

 

My only thought so far is to use gparted to reduce the size of the partition on the Hard Drive to 240 GBytes total. That seems cludgy, however.

 

Anybody suggest a good strategy for this?

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug