Dolphin can't mount a NTFS drive but the mount command can

I have a 400 gigabyte NTFS drive and i noticed that Dolphin can’t mount it, i can mount it with

sudo mount /dev/sda2 /mnt


this is the output of the lsblk command

Do you get some kind of error message when trying to open the drive in Dolphin ?
That seems to be happening sometimes , checking the drive in windows with chkdsk is the best way to go. See also this topic.

1 Like

An error occurred while accessing ‘New Volume’, the system responded: The requested operation has failed: Error mounting /dev/sda2 at /run/media/hristianm/New Volume: fsconfig() failed: /dev/sda2: Can’t open blockdev is the error i get i found an arch wiki article for dirty bit drives but i don’t know how to run the ntfsfix command

Like I said the better way to go is to check the drive in windows first , but if you want to go the ntfsfix route, do that at your own risk. Even better not to use NTFS in linux at all.

sudo ntfsfix --clear-dirty /dev/sda2

Assuming that /dev/sda2 would be the right partition

chkdsk fixed the issue but right now i have another issue but i will make a different topic about it

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