View Single Post
Old 02-25-2022, 10:09 AM   #13
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,001
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
So, it seems there are a few wrinkles.
I don't know if it was before, but now the /data partition is encrypted.
We don't want/need access to any "secret" data on that partition, but it's the only partition big enough to hold an update.
Code:
# mount -t ext4  /dev/block/bootdevice/by-name/userdata /data
mount: '/dev/block/bootdevice/by-name/userdata'->'/data': Invalid argument
(Note: we don't need the "su" command because we're already su and that command does not exist anyway.)

I'm looking into this...

Edit: If you're ok with wiping your data we can do that. That will work.
Do you have a Type C OTG adapter? We could use a flash drive, but you'd have to use some automated process.

Last edited by Renate; 02-25-2022 at 11:32 AM.
Renate is online now   Reply With Quote