Re: [PATCH] test/py: mmc: Distinguish b/w ext2/ext4 partitions

2024-11-18 Thread Tom Rini
On Tue, 12 Nov 2024 14:27:27 +0530, Love Kumar wrote: > 'mmc part' command shows the partition maps and shows the partition type > by displaying number such as 0c, 83 etc. Observed that ext2 and ext4 > partitions shows the same number, i.e, 83, so, using the fstype command > to distiniguish betwee

[PATCH] test/py: mmc: Distinguish b/w ext2/ext4 partitions

2024-11-12 Thread Love Kumar
'mmc part' command shows the partition maps and shows the partition type by displaying number such as 0c, 83 etc. Observed that ext2 and ext4 partitions shows the same number, i.e, 83, so, using the fstype command to distiniguish between ext2 and ext4 partitions. Signed-off-by: Love Kumar --- te