You are not logged in.

#1 2017-12-27 12:41:22

Kian
Member
Registered: 2017-12-27
Posts: 2

[SOLVED] Cannot mount squashed filesystem after upgrade

I keep a number of squashed filesystems that I always mounted with

mount Example.sqsh /mnt/squash/example/

After neglecting my system for a while, I ran a -Syu, restarted and now I'm met with

mount Example.sqsh /mnt/squash/example/
mount: /mnt/squash/example mount failed: Operation not permitted.

I tried adding arguments such as -t squashfs and -o loop, but I receive the same result.

Last edited by Kian (2017-12-27 16:45:08)

Offline

#2 2017-12-27 15:48:24

seth
Member
Registered: 2012-09-03
Posts: 51,470

Re: [SOLVED] Cannot mount squashed filesystem after upgrade

Do you attempt to mount as regular user? Does it work as root? Did you change your fstab?

Online

#3 2017-12-27 16:20:00

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,543
Website

Re: [SOLVED] Cannot mount squashed filesystem after upgrade

You say you restarted, but are you sure your boot partition was mounted during the upgrade?  That is the error you would get if your running kernel did not match the installed kernel.  Please post the output of the following:

uname -a
pacman -Q linux

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#4 2017-12-27 16:44:49

Kian
Member
Registered: 2017-12-27
Posts: 2

Re: [SOLVED] Cannot mount squashed filesystem after upgrade

Trilby wrote:

You say you restarted, but are you sure your boot partition was mounted during the upgrade?  That is the error you would get if your running kernel did not match the installed kernel.  Please post the output of the following:

uname -a
pacman -Q linux

That's honestly pretty embarrassing. I could have sworn I restarted, but apparently I forgot. That solved it, thanks!

Offline

Board footer

Powered by FluxBB