So I'm trying to run fsck on my sdcard's ext4 partition and it doesn't work for some reason.
sh-4.1# fsck /dev/block/vold/179:2
fsck (busybox 1.21.0-Stericson, 2013-01-28 21:49:55 GMT)
fsck: fsck.auto: No such file or directory
Any idea why is says "No such file or directory"?
fsck
on a mounted device anyway: you need to unmount the device first so thatfsck
is free to make changes to the filesystem. – Dan Hulme May 19 '14 at 17:05fsck -t ext4
for the same function (right?), but I get same error as mentioned in this post. I'm guessing this is some issue with the binary bundled with busybox or maybe a permission error? – Irfan May 20 '14 at 16:30busybox 1.22.1-Stericson, 2014-01-25
. – Sopalajo de Arrierez Jun 24 '14 at 00:22fsck_msdos
. Maybe any other fsck variant would do it for you? – Sopalajo de Arrierez Jun 24 '14 at 00:37