Skip to content

Instantly share code, notes, and snippets.

@ealden
Created July 8, 2012 01:52
Show Gist options
  • Save ealden/3068966 to your computer and use it in GitHub Desktop.
Save ealden/3068966 to your computer and use it in GitHub Desktop.
Moving a Linux system directory to a different partition
find . -depth -print0 | cpio --null --sparse -pvd /mnt/new_partition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment