After mounting, mount point doesn't exist?

[liveuser@eos-2022.06.23 ~]$ sudo mount /dev/sda1 /mnt

[liveuser@eos-2022.06.23 ~]$ sudo mount --bind /dev/mnt/dev mount: /dev/mnt/dev: mount point does not exist. dmesg(1) may have more information after failed mount system call.

I’ve installed Win10, and my grub menu only shows Win10 and not my installed EN.

Fdisk:

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 530099768 530097721 252.8G 83 Linux
/dev/sda2 530100224 530202623 102400 50M 7 HPFS/NTFS/exFAT
/dev/sda3 530202624 975706820 445504197 212.4G 7 HPFS/NTFS/exFAT
/dev/sda4 975708160 976769023 1060864 518M 27 Hidden NTFS WinRE

gparted shows the rolling OS there, I just can’t access it…

If your purpose is to chroot into your system and reinstall the Grub bootloader or perform other maintenance tasks, it is enough to use:
arch-chroot:

sudo arch-chroot /mnt

You need to have a space between /dev and /mnt/dev.

You have also still an open thread about the same issue here:

So actually no need to start a new one.

Ok. Sorry, still kinda learning here. :smile:

1 Like

No problem. Hope you get your dualboot up and running soon.