View Single Post
Old 07-17-2025, 12:17 PM   #6
VimFuego
Junior Member
VimFuego began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2024
Device: Sony PRS-T1
Also, for repairing the file system, there are some broken links and missing info:

A working download link for e2fsck ARMHF Static Linked: https://packages.debian.org/sid/armh...tatic/download

I did have to create a config file to allow it to scan whilst on battery. (source: https://bbs.archlinux.org/viewtopic....546331#p546331)

Code:
sudo sh -c 'echo -e "[options]\n    allow_cancellation = 1\n    defer_check_on_battery = 0" > /etc/e2fsck.conf'
VimFuego is offline   Reply With Quote