Mind Dump, Tech And Life Blog
written by Ivan Alenko
published under license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)copy! share!
posted in category Systems Software / File Manipulation
posted at 24. Aug '21

Howto Move Linux To Another Partition (probably broken)

I remember the first example didn’t helped me much. I was too lazy to investigate why, I decided to go with fresh install.

cp --archive --sparse=always --verbose --one-file-system --target-directory=/mnt/sdb5 /

rsync --archive --inplace --hard-links --acls --xattrs --devices --specials --one-file-system --8-bit-output --human-readable --progress / /mnt/sdb5

Add Comment