You are not logged in.

#1 2024-10-13 13:06:51

Aroshold
Member
Registered: 2024-10-13
Posts: 4

Unable to recognize dual-booted windows drive

Hi everyone. Got a new laptop recently with pre-installed windows and 2 hard drives. Decided to keep windows installed on the first one and dual-boot arch on the second drive. However, when I tried to mount windows drive, lsblk outputted the following:

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda      8:0    0 223.6G  0 disk 
├─sda1   8:1    0     1G  0 part /boot
└─sda2   8:2    0 222.6G  0 part /
sdb      8:16   1     0B  0 disk 
zram0  254:0    0   3.8G  0 disk [SWAP]

I assume that sdb is my windows drive. I tried mounting it and got

mount: /mnt: fsconfig system call failed: /dev/sdb: Can't open blockdev.
       dmesg(1) may have more information after failed mount system call.

ntfs-3g is installed on arch. What should I do?

Offline

#2 2024-10-13 13:40:11

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,269
Website

Re: Unable to recognize dual-booted windows drive

Try mdadm, as suggested here.

You can only mount Windows partitions, if you only see the entire device check dmesg to see what the kernel said when it was plugged.


Para todos todo, para nosotros nada

Offline

#3 2024-10-13 13:50:24

cryptearth
Member
Registered: 2024-02-03
Posts: 962

Re: Unable to recognize dual-booted windows drive

sdb size = 0B hints that could be an SD card reader
sanity check: can you still boot windows?
also: https://wiki.archlinux.org/title/Dual_b … ibernation
also also: could be that windows is on drive connected via a path linux has no drviers for - please list lspci -vk
also also also: don't mount NTFS on linux - if you want to exchange data between both OS use exfat - using ntfs directly will sooner or later bite you with corruption

Online

#4 2024-10-18 03:30:08

Aroshold
Member
Registered: 2024-10-13
Posts: 4

Re: Unable to recognize dual-booted windows drive

cryptearth wrote:

sanity check: can you still boot windows?

yes, I can

Offline

#5 2024-10-18 03:37:31

Aroshold
Member
Registered: 2024-10-13
Posts: 4

Re: Unable to recognize dual-booted windows drive

Head_on_a_Stick wrote:

Try mdadm, as suggested

mdadm couldn't detect RAID arrays. Bios menu says that I have no RAID. Maybe optane is the issue?

Offline

#6 2024-10-18 20:44:10

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,269
Website

Re: Unable to recognize dual-booted windows drive

I think Optane is unsupported under Linux: https://lore.kernel.org/linux-pci/20190 … @lst.de/T/

Change the drive to AHCI if you want to detect it from Linux: https://superuser.com/questions/1280141 … windows-10


Para todos todo, para nosotros nada

Offline

#7 2024-10-19 20:00:54

Aroshold
Member
Registered: 2024-10-13
Posts: 4

Re: Unable to recognize dual-booted windows drive

Head_on_a_Stick wrote:

Change the drive to AHCI if you want to detect it from Linux: https://superuser.com/questions/1280141 … windows-10

Well, that's unfortunate because my bios doesn't allow me to change to AHCI for some reason. Which is really strange cause I have optane running on both drives... Thanks, this was really helpful

Offline

Board footer

Powered by FluxBB