Answer the question
In order to leave comments, you need to log in
How to move the home folder to another drive?
When installing the Linux Mint 18.1 operating system, out of habit, I installed all the folders on one physical disk and in one partition /
Now there is a second hard disk, how to transfer the / home folder to it correctly so that no programs break?
Thank you!
Answer the question
In order to leave comments, you need to log in
let /dev/sda1 be your old disk and partition
and /dev/sdb1 be the new, formatted partition where you want to move /home
mkdir /mnt/newhome && mount /dev/sdb1 /mnt/newhome
rsync -a /home /mnt/newhome
mount -a
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question