FS#52876 - mount: unknown filesystem type 'iso9660'
Attached to Project:
Community Packages
Opened by Sergiu (physicalit) - Monday, 06 February 2017, 17:58 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 07 February 2017, 00:09 GMT
Opened by Sergiu (physicalit) - Monday, 06 February 2017, 17:58 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 07 February 2017, 00:09 GMT
|
Details
Description:
When mounting iso files I get the error: mount: unknown filesystem type 'iso9660' I currently use kernel version: 4.9.6-1-ARCH I believe this error started to appear after the update to 4.9.6-1-ARCH. I will also try the LTS kernel and come back to report if the problem persists. |
This task depends upon
FS#16702Who exactly need to enable the kernel modules and how should be approached.
I see i have the file /lib/modules/4.9.7-1-ARCH/kernel/fs/isofs/isofs.ko.gz. So i should be able to load the modle temporary to test if it works: insmod /lib/modules/4.9.7-1-ARCH/kernel/fs/isofs/isofs.ko.gz
So to load the module permanently i should add an entry to /etc/modprobe.d/ for this module.
But i still don't get it, why after the kernel update i don't have this module loaded anymore.
Could you please elaborate?
Thanks!
Either way, you cannot load a module that no longer exists, so kernel updates require you to reboot if you want to load new modules *at all*.
FS#16702would solve that problem, by no longer deleting /lib/modules/4.9.6-1-ARCH/ after your kernel update to 4.9.7-1As for why you don't have this module loaded "anymore", I would consider it far more likely that you never had it loaded to begin with... that is the point of modules, the kernel doesn't load them until and unless you try to use them for the first time.
I don't understand :(
> When you upgrade the kernel package, it removes all modules for the old version and installs ones for the new version, so module loading doesn't work anymore until you reboot.
Hmm, what if after installing the new kernel, there will be created a simlink for the modules with the name of the new kernel and deleted after the first restart?
Can this be done?