On Dec 27, 2013, at 7:25 PM, Patrick Dupre <pdupre@xxxxxxx> wrote: > > cp -a /mnt/linux1/* /mnt/linux2 This does not copy .hidden files. There are quite a few: find / -name .\* > I do not like to use dd, because I want to keep the size of the 2 patitions are different > I could use tar -c tar -x I would sooner use rsync -avAHX source/ destination http://www.mikerubel.org/computers/rsync_snapshots/#Rsync FYI new feature in Fedora 20 is LVM Thin Provisioning. You can create a snapshot of an existing LV and just use that as your new root. No copying. And it saves space because the snapshot uses the extents of the original (without changing them, changes cause new extents to be created that apply only to the snapshot). Basically the snapshot becomes a new LV. Chris Murphy -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org