Error when accessing a drive

I just installed the system and I have 2 disks. When I tried to access one of them, this message appeared and I can’t mount this unit anymore.

help!
manjaro kde latest version.

An error occurred when accessing ‘250GB’, the system reported: The requested operation failed: Error mounting /dev/sdb1 at /run/media/ku4t/250GB: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error

Most likely NTFS?

1 Like

The disks I have were created with partitions in Windows “NTFS”

I’m new to Linux, what command should I write in the terminal?

sudo fdisk -l
Disco /dev/sda: 447,14 GiB, 480113590272 bytes, 937721856 setores
Modelo de disco: WDC WDS480G2G0A-
Unidades: setor de 1 * 512 = 512 bytes
Tamanho de setor (lógico/físico): 512 bytes / 512 bytes
Tamanho E/S (mínimo/ótimo): 512 bytes / 512 bytes
Tipo de rótulo do disco: dos
Identificador do disco: 0x9ef5d4c0

Dispositivo Inicializar Início Fim Setores Tamanho Id Tipo
/dev/sda1 * 2048 937714049 937712002 447,1G 83 Linux

Disco /dev/sdb: 232,89 GiB, 250059350016 bytes, 488397168 setores
Modelo de disco: ST9250315AS
Unidades: setor de 1 * 512 = 512 bytes
Tamanho de setor (lógico/físico): 512 bytes / 512 bytes
Tamanho E/S (mínimo/ótimo): 512 bytes / 512 bytes
Tipo de rótulo do disco: gpt
Identificador do disco: D58CAB27-529C-AE4F-B1A5-2F0C40D0A429

Dispositivo Início Fim Setores Tamanho Tipo
/dev/sdb1 2048 488396799 488394752 232,9G Microsoft dados básico

THE DISK THAT HAS A PROBLEM IS " /dev/sdb1"

Do exactly what I quote above :arrow_up:

sudo bash -c 'echo "blacklist ntfs3" > /etc/modprobe.d/disable-ntfs3.conf'

Reboot then.

1 Like

thank youuuuu !!!

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.