You are not logged in.

#1 2016-05-04 00:41:50

protacticus
Member
Registered: 2015-10-12
Posts: 13

[SOLVED] Problem with other partition mount

Please help, I have multi boot with Linux Mint and Manjaro. Linux Mint partition regulary mount in Bunsen Lab but Manjro partition (flags boot,esp) stay unmounted.

gparted.jpg

Offline

#2 2016-05-04 04:39:24

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: [SOLVED] Problem with other partition mount

You can configure the partitions to be mounted automatically by adding entries to /etc/fstab. The Debian wiki describes things in detail.

Offline

#3 2016-05-04 06:48:32

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Problem with other partition mount

protacticus wrote:

Manjro partition (flags boot,esp)

I don't usually use gparted but the "boot, esp" flags mean that the partition is marked as an EFI system partition partition and should only be used for /boot (/boot/efi in APT-based distributions).

I presume that you have set that flag yourself?

To clear up my confusion, please post the full output of this command:

sudo parted -l # that's a letter el not a number one

Please use code tags when posting terminal output.

Offline

#4 2016-05-04 21:42:57

protacticus
Member
Registered: 2015-10-12
Posts: 13

Re: [SOLVED] Problem with other partition mount

OK, here you are

Model: ATA ST1000LM014-SSHD (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system     Name                  Flags
 1      1049kB  53.7GB  53.7GB  ext4                                  boot, esp
 4      53.7GB  108GB   54.3GB  ext4
 6      108GB   122GB   13.9GB  linux-swap(v1)  Swap
 5      122GB   873GB   752GB   ntfs            Basic data partition  msftdata
 2      873GB   927GB   53.7GB  ext4
 3      927GB   1000GB  73.0GB  ext4            bunsenlabs

Thank you for your support

Offline

#5 2016-05-05 06:33:20

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Problem with other partition mount

How strange hmm

Does your Manjaro system boot and run?

Are you using UEFI?

When you say:

Linux Mint partition regulary mount in Bunsen Lab

Do you mean that the partition shows up in the side pane of thunar?

Try this:

sudo parted /dev/sda set 1 esp off

If this causes problems with your Manjaro system, undo the change with:

sudo parted /dev/sda set 1 esp on

Offline

#6 2016-05-06 07:23:48

protacticus
Member
Registered: 2015-10-12
Posts: 13

Re: [SOLVED] Problem with other partition mount

Great, now works. Command esp off repair problem. Thank you once more time.

Offline

#7 2016-05-06 07:25:59

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Problem with other partition mount

Excellent!

I have marked the thread [SOLVED] wink

Offline

Board footer

Powered by FluxBB