Double installation of Mint

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
clem
Level 12
Level 12
Posts: 4308
Joined: Wed Nov 15, 2006 8:34 am
Contact:

Post by clem »

Hi carlos,

Show us the result of "sudo fdisk -l" and "mount"

Clem
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.
User avatar
clem
Level 12
Level 12
Posts: 4308
Joined: Wed Nov 15, 2006 8:34 am
Contact:

Post by clem »

Ok, so by the look of things you're running the Linux installed on /dev/hda3 and your other linux is installed on /dev/hda1. So to get the data out of this /dev/hda1, you need to mount the partition.

To do that open a terminal and type:

sudo mkdir /media/hda1
sudo mount /dev/hda1 /media/hda1

Then you can access your partition in /media/hda1 and maybe your files in /media/hda1/home/carlos ? (copy them over to /home/carlos for instance).

Note: One other thing. You don't need to have 2 swap partitions.. you can use the same one for both installations... simply cause they're not going to use it at the same time anyway.

Good luck,
Clem
User avatar
clem
Level 12
Level 12
Posts: 4308
Joined: Wed Nov 15, 2006 8:34 am
Contact:

Post by clem »

User avatar
clem
Level 12
Level 12
Posts: 4308
Joined: Wed Nov 15, 2006 8:34 am
Contact:

Post by clem »

Dennis: the guide above is an excellent read. However, if you already have a partition for Bea and want to replace it with Bianca, then you don't need to do anything to your partitions. Just select "do it manually" and don't do anything.. click next. Then select the Bea partition for your / and the swap partition for your swap. This will result in installing Bianca where your Bea was.

Clem
User avatar
clem
Level 12
Level 12
Posts: 4308
Joined: Wed Nov 15, 2006 8:34 am
Contact:

Post by clem »

Yes, that should be fine.

Good luck,
Clem
Locked

Return to “Installation & Boot”