The most recent update seems to have broken mounting NTFS partitions.
- NTFS-3g is installed
- Fuse-common is installed
- No issue mounting ext4 partitions on the same physical drives(3 different drives)
lsblk -f
sda
├─sda1
└─sda2 ntfs HHD1 01D5B8EB1D08F7D0
sdb
└─sdb1 ext4 1.0 linuxssd 34b473cc-a33c-4b8b-9d1f-61739c72aa0a 196.4G 50% /run/media/hardbrocklife/linuxssd
sdc
├─sdc1
├─sdc2 ntfs HDD2 A4D84095D840679E
└─sdc3 ext4 1.0 linuxstor abf3e9c1-0bc9-4772-8461-b78e3be2ba2c 2.2T 32% /run/media/hardbrocklife/linuxstor
nvme0n1
├─nvme0n1p1 vfat FAT32 2C40-C070 13.1M 66% /boot/efi
├─nvme0n1p2
├─nvme0n1p3 ntfs 01D72E8C4125BB90
├─nvme0n1p4 ntfs 01D72E8C4300E430
├─nvme0n1p5 ext4 1.0 d9fc4efc-4790-4c7e-845c-c879e81a351d 54.8G 58% /var/lib/snapd/snap
│ /
└─nvme0n1p6 ext4 1.0 7b0bab14-8018-4bd9-84d8-2f347b415fb8 414.7G 57% /home
It wont mount them in Dolphin when I try to click on them.
Error mounting /dev/nvme0n1p3 at /run/media/hardbrocklife/01D72E8C4125BB90: wrong fs type, bad option, bad superblock
I was able to manually mount them via replicating what clicking them in Dolphin would do:
- create mount point /run/media/hardbrocklife/01D72E8C4125BB90
- mount /dev/nvme0n1p3 /run/media/hardbrocklife/01D72E8C4125BB90
That worked for 2 of the partitions.
The 3rd partition had to be the problem child:
sudo mount /dev/sda2 /run/media/hardbrocklife/HDD1 ✔
$MFTMirr does not match $MFT (record 3).
Failed to mount '/dev/sda2': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
I have not booted into windows on this PC in over 8 months, and that partition has been working perfectly for the last 8 months. That is not a Windows OS partition either. The windows partition is actually the one that I used as a working example, and it mounted fine.
It could be failing, but its highly improbable as I more recently ran disk checks and no issues were found. It is also occurring at the same time I was unable to mount the other partitions.
I am having this exact same issue on my laptop as well, starting with the recent update(which also broke my internet access on my laptop but Im creating another thread for that)