You are not logged in.
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.
Offline
You can configure the partitions to be mounted automatically by adding entries to /etc/fstab. The Debian wiki describes things in detail.
Offline
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
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
How strange
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
Great, now works. Command esp off repair problem. Thank you once more time.
Offline
Excellent!
I have marked the thread [SOLVED]
Offline