scripts: sd_fusing: Add force option to mkfs.ext4 72/316172/1
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 14 Aug 2024 09:30:47 +0000 (11:30 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 14 Aug 2024 09:35:10 +0000 (11:35 +0200)
commitaa5fe8a0042024687fd179fb160b87f409cd0c28
tree846c0d39851b503d6ab10379a214e843fb58cb36
parent8d9d69a53d4b1cccade1410d0d71bd1a99dafecd
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
scripts/tizen/sd_fusing.py