You are not logged in.

#1 2021-02-19 16:48:59

brownsnowstorm
Member
Registered: 2021-02-19
Posts: 2

[SOLVED] mounting an iso error

Hi. I am trying to mount an iso into my filesystem so I can use the data on it.
I keep getting the error

sudo mount -t iso9660 -o loop 2020Periodicals.iso /home/luser/QST
[sudo] password for luser:
mount: /home/luser/QST: mount failed: Operation not permitted.

I read somewhere that I need loop running and to modprobe for it.

sudo modprobe loop
modprobe: FATAL: Module loop not found in directory /lib/modules/5.10.9-arch1-1

where do I go from here?

Last edited by brownsnowstorm (2021-02-20 12:37:53)

Offline

#2 2021-02-19 18:30:46

loqs
Member
Registered: 2014-03-06
Posts: 19,022

Re: [SOLVED] mounting an iso error

Check `uname -r` returns 5.10.9-arch1-1.  The common cause is the running kernel does not match the kernel package version due to lack of reboot or /boot not being mounted when the package was updated.

Offline

#3 2021-02-19 20:11:04

brownsnowstorm
Member
Registered: 2021-02-19
Posts: 2

Re: [SOLVED] mounting an iso error

Hi. That worked!  Thank you. I must have not rebooted upon my last upgrade.
Much appreciated!

Offline

#4 2021-02-19 23:16:38

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] mounting an iso error

Please remember to mark your thread [SOLVED] (edit the title of your first post).

Offline

Board footer

Powered by FluxBB