You are not logged in.
I did a full system upgrade today. I use to mount my partitions manually with thunar file manager. After upgrading when I'm trying to mount my partitions it's giving me an Unknown Error with this message
Error mounting /dev/sda9 at /run/media/kai/Personal Files: Unknown Error when mounting /dev/sda9I try to fix this with
sudo ntfsfix /dev/sda9and got this output
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sda9 was processed successfully. But it didn't fix the issue.
Please help me with this.
Last edited by enigmatic_jihad (2020-05-02 06:11:35)
Offline
Paste details of the filesystem on /dev/sda9 and the output of a manual mount with the -v switch.
Offline
Paste details of the filesystem on /dev/sda9 and the output of a manual mount with the -v switch.
I try this
sudo mount -v /dev/sda9 /run/media/kai/and got this
modprobe: FATAL: Module fuse not found in directory /lib/modules/5.6.7-arch1-1
fuse: device not found, try 'modprobe fuse' firstOffline
pacman -Q linux && uname -rOffline
pacman -Q linux && uname -r
linux 5.6.8.arch1-1
5.6.7-arch1-1Offline
The mismatch in the kernel is what is preventing the modules loading. Have you rebooted after the kernel upgrade?
Offline
The mismatch in the kernel is what is preventing the modules loading. Have you rebooted after the kernel upgrade?
Nope! I upgrade on tty and do a startx
Offline
You need to reboot after a kernel upgrade if you want to access the new modules...
Offline
You need to reboot after a kernel upgrade if you want to access the new modules...
Thanks. A reboot fixed the issue. ![]()
Last edited by enigmatic_jihad (2020-05-02 00:57:13)
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline