You are not logged in.
Hi there!
I'm new to Arch, previously used Mint - and i'm trying to set up dual boot.
Windows 10 on m2 and Arch Hyprland on sata ssd. OS themselves seems to work fine, but i don't see windows in grub menu and i also don't see any of my drives in linux file explorer (i'm using thonar. i saw drives in dolphin but got error when was trying to access/mount them).
I tried several solutions from forum/other sites, but no one seems to help.
Wish someone will be able to help me here.
Offline
Try to use terminal to check the partitions which on Windows is called "drive".
1. use the following command to check the disks and the partitions
lsblk2. once you find out your windows c: drive (you can guess it by size), use mount command to mount it to some directory. Here for example is to /mnt:
mount -t ntfs3 <windows parttion> /mntYou may failed to mount, try to use
dmesgto check the error info. The reason may be not cleaned or any thing else. If that happens, post the kernel log here.
To make grub detect windows, please refer to this wiki page
Offline