AndyTaylorTweet / Pi-Star_Binaries_sbin

Repository for Pi-Star Binaries
http://www.mw0mwz.co.uk/pi-star/
43 stars 41 forks source link

resize2fs on filesystem with errors #38

Open geru-github opened 4 years ago

geru-github commented 4 years ago

Regarding /etc/init.d/resize2fs_once

Before mounting mount -o remount,rw / as rw (if it not already is...) consider executing e2fsck -y /dev/mmcblk0p2

In my case using pistar-expand didn't work because the filesystem had errors. Or set pistar-expand in /etc/default/rcS FSCKFIX=yes and touch /forcefsck ...