scripts: sd_fusing: Add force option to mkfs.ext4
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 14 Aug 2024 09:30:47 +0000 (11:30 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:01 +0000 (12:00 +0100)
commitab50a3805755efa41fb5911a8622769a549e8195
treebe243f4ce7d3a3762c8100b2655206ea16636e4b
parent2aaceca2050bc16c1ffb013102fa8107986fbf4d
scripts: sd_fusing: Add force option to mkfs.ext4

Add force ('-F') option to mkfs.ext4 to avoid unexpectted filesystem
creation failure caused by some garbage being misdetected as DOS
partition signature:

2024-08-14T08:59:40.904 [sd_fusing.py:956] Formatting /dev/sda9 as ext4
2024-08-14T08:59:40.905 [sd_fusing.py:968] mkfs.ext4 -q -L inform /dev/sda9
Found a dos partition table in /dev/sda9
Proceed anyway? (y,N)
2024-08-14T08:59:40.924 Failed to create ext4 filesystem on /dev/sda9

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I6e960e2f48285fe2f2a139b4342621c82172350b
sd_fusing.py