Assign Home partition to existing home on seperate disk

Archived topics about LMDE 1 and LMDE 2
Locked
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Assign Home partition to existing home on seperate disk

Post by Fornhamfred »

I have found several posts relating to this thread but no answer.

I am installing LMDE on a machine which has Mint 9 on a seperate disk. I would like to assign the LMDE home to the Mint 9 home partition but cannot find out if it is posssible to do it or whether it is adviseable.

The LMDE home partition at present is on disk sda and the Mint 9 home is on sdb.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
miffojon

Re: Assign Home partition to existing home on seperate disk

Post by miffojon »

Hello!
It's possible, but I would suggest that you bind your LM9 home folders to your LMDE home.
Have a look at this nice how-to by altair4:

http://forums.linuxmint.com/viewtopic.p ... nt#p431358

Hope it gets you sorted out...
User avatar
Roken
Level 5
Level 5
Posts: 737
Joined: Fri Nov 19, 2010 4:55 pm
Location: Newport, S Wales

Re: Assign Home partition to existing home on seperate disk

Post by Roken »

If you want to completely reassign /home you can do by by editing /etc/fstab on the new system to change the source of the partition to be mounted as /home. There's plenty of documentation around covering fstab to help you along. By way of an example, my fstab entry for /home is:

Code: Select all

UUID=1b0bdeb4-5ccc-4975-a9f9-b259e3123d37	/home	ext4	defaults,user_xattr	0	2
which mounts the entire partition at /home on boot. You will, of course, need to change the UUID to match your system and change ext4 appropriately if your partition is not ext4.

You can learn the correct uuid by running

Code: Select all

sudo blkid
in a terminal.
Kernel Linux Tex 5.12.14-zen1-1-zen, XFCE
Arch
Dual GTX1070 8Gb
AMD Ryzen 1800X
32Gb RAM
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Re: Assign Home partition to existing home on seperate disk

Post by Fornhamfred »

Thanks for your replies.

Roken I will have a try with your suggestion when I get the machine back. It seems as though LMDE may have somehow corrupted the boot loader on the Windows XP partition so I have more work to do.
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Re: Assign Home partition to existing home on seperate disk

Post by Fornhamfred »

OK. I have succeeded in using the Mint 9 home with LMDE using Rokens suggestion. The only problems I have encountered is the size if the icons in Mint Menu - had to enlarge to see in LMDE and now very large in Mint 9 and also had to delete any shortcuts on Mint 9 desktop as they are not valid in LMDE ( newer versions).

Not a perfect solution but workable.
Locked

Return to “LMDE Archive”