HarlanF
09/27/2021, 6:41 PMseph
HarlanF
09/27/2021, 7:14 PMosquery> select type, count(*) from block_devices group by 1 order by 2 desc;
+-------------+----------+
| type | count(*) |
+-------------+----------+
| ext4 | 7 |
| swap | 2 |
| xfs | 1 |
| vfat | 1 |
| LVM2_member | 1 |
| | 1 |
+-------------+----------+
seph
LVM2_member
is a weird filesytem. I dunno, I’d have to read the underlying code