Posts: 36
Threads: 10
Joined: Jun 2017
Reputation:
0
Hi all
So I've just installed a fresh new Linux Lite 4 ;D
Will it be wise to mount (or just move) home to the old one from 3.8 in another partition?
Posts: 36
Threads: 10
Joined: Jun 2017
Reputation:
0
07-02-2018, 03:45 PM
(This post was last modified: 07-02-2018, 03:48 PM by Roy.)
Thanks
I wanted to tell LL4 to use the home from LL3.8 which reside on its own drive
And yes I thought the configuration files and some binary files may cause issues so I halted that operation and posted my question here..
So if I want to use my home partition with LL4, I need to reorganize some things there like removing things that may cause issues right?
Only then I can move LL4 home to the old partition..
Think I will boot to LL3.8 and do some backups and save all the configurations I think I'll need in LL4 and then reboot into LL4 and do some re-partitioning...
Posts: 237
Threads: 7
Joined: May 2018
Reputation:
0
[member=6970]Roy[/member] am I correct in thinking you are dual booting, LL 3.8 and LL 4.0 where you have LL 3.8 home on another partition. If so trying to use the same config files for both systems will break things.
An easier option would be to leave things as is, LL 3.8 with home on the other partition and LL 4.0 with home in its own partition. Then create soft links from LL 4.0 home to the data folders (Documents, Downloads, Music, Videos etc). That way your config files stay safe but you can share data between systems.
"Man ln" is a good source for soft links
Posts: 36
Threads: 10
Joined: Jun 2017
Reputation:
0
Well I am eventually gonna delete 3.8 for 4 and don't really wanna mess around with multiple home partitions
Posts: 162
Threads: 16
Joined: Jun 2018
Reputation:
0
07-05-2018, 03:56 AM
(This post was last modified: 07-05-2018, 04:18 AM by kpanic.)
Sorry to be late in this topic but here is what I would have done to copy the old home directory:
Mounted the partition which had the old /home to /mnt
1. sudo mount /dev/device_where_old_home_is /mnt
2. cd /home
3. sudo cp -dpR /mnt/home/your_user .
4. sync && umount /mnt
One way to do it, which keeps the old files on the source drive saved
Posts: 162
Threads: 16
Joined: Jun 2018
Reputation:
0
And one way to do it, is to save everything into an USB stick and then restore back from it.