View Single Post
Old 01-26-2021, 01:18 PM   #97
NiMa
Fanatic
NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.NiMa ought to be getting tired of karma fortunes by now.
 
NiMa's Avatar
 
Posts: 507
Karma: 2390534
Join Date: Jun 2020
Location: Somewhere in the Universe
Device: Kobo Libra, Glo HD, Touch C/B, Mini, Glo, Aura SE, Clara HD, KT
@Elektron

The attachment works fine, you just have to run "chmod +x strace" before you run the binary. That marks it as executable.
Thanks for the output, but you should run
Code:
strace mount /dev/loop0 /mnt/user
instead of loop1. That's why it says that it's an I/O error. As the strace log you provided showed that losetup set it up at /dev/loop0, you have to mount /dev/loop0, not loop1.

Reboot and retry
NiMa is offline   Reply With Quote