On 03/29/2017 10:42 PM, tu...@posteo.de wrote:
Hi,
Before doing the wrong decision:
How "secure" is it to use fsck of busybox in a limited environment
(SoC) to check sdcard partitions (etx4) occasionally instead of using
fsck.ext4 ?
Does someone has some experiences with this ?
Thanks a lot in advance for any help!
Cheers
Meino
The fsck applet provided by busybox is just the fsck(8) driver, which
calls the fsck.${FSTYPE} command to actually check the filesystem. You
still need fsck.ext4/e2fsck from e2fsprogs to actually do the check.
--
Jonathan Callen