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
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...
(This post was last modified: 07-02-2018, 03:48 PM by
Roy.)
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
Owner and DJ at WKDfm Radio (
www.wkdfm.co.uk )
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: 36
Threads: 10
Joined: Jun 2017
Reputation:
0
Thanks I very much appreciate it!
I did read your comment a bit late as I already deleted my LL3.8.. initially I wasn't intended to go dual booting, I just wanted the latest LL keeping 3.8 as backup for a short period of time so if something goes bad with 4...
I had to do partitions rearranging because of an unallocated space in the beginning of the hard drive either way, so I decided to split it in half and the first (clean) partition I mounted as the new home and the second (old) partition serves as a backup until everything I need copied to the new one :)
After everything is ok I'll delete the second partition and expand the first one.
8)
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
[member=6970]Roy[/member]
You're welcome - I'm glad to be of any help :)
64bit OS (32-bit on
Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except
pi which uses a micro SDHC card):
2017 -
Raspberry pi 3B (4cores) ~
[email protected] -
LibreElec, used for upgrading our Samsung TV (excellent for the task)
2012 -
Lenovo G580 2689 (2cores; 4threads] ~
[email protected] -
LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 -
Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom
[email protected] -
LL 3.8 32-bit (64-bit too 'laggy')
2008 -
Asus X71Q (2cores) ~ Intel
[email protected] -
LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 -
Dell Latitude D630 (2cores) ~ Intel
[email protected] -
LL4.6, works well with kernel 4.4; 4.15 doesn't work
Posts: 162
Threads: 16
Joined: Jun 2018
Reputation:
0
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
(This post was last modified: 07-05-2018, 04:18 AM by
kpanic.)
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.