Request for probing some devices' types
by Didier Spaier from LinuxQuestions.org on (#5526F)
Hello,
In the next Slint installer in 'auto' mode I plan to format the root partitions with a f2fs file system for these drives types in addition to USB sticks:
I own neither eMMC nor USB adapter for SD cards, so you could help to find how to detect these configurations posting the output of this command:Code:lsblk -pPo name,rm,rota,hotplug,tran,disc-gran,type,subsystems,size,vendor,model|grep 'TYPE="disk"' and tell for each line to which kind of device and connection mode it corresponds.
Thanks in advance,


In the next Slint installer in 'auto' mode I plan to format the root partitions with a f2fs file system for these drives types in addition to USB sticks:
- eMMC drives (flash drives soldered to the motherboard with typically a 32G or 64G capacity found in cheap laptops)
- SD cards connected through an USB adapter (because not all machines can boot off an SD card inserted directly in an SD slot of the machine)
I own neither eMMC nor USB adapter for SD cards, so you could help to find how to detect these configurations posting the output of this command:Code:lsblk -pPo name,rm,rota,hotplug,tran,disc-gran,type,subsystems,size,vendor,model|grep 'TYPE="disk"' and tell for each line to which kind of device and connection mode it corresponds.
Thanks in advance,