On Tue, Sep 08, 2020 at 05:07:50PM +0200, Dirk Heinrichs wrote: > Am 08.09.20 um 11:02 schrieb Emmanuel Kasper: > > > Considering it is possible to mount such a partition as root with sudo > > mount /dev/mmcblk0p1 /mnt what would need be in udev to recognize the > > filesystem ? > > udev is about devices, not filesystems. Just use above mount command to > mount it (given the kernel has support for it, either built in or as a > module). If you want udev to create a more convenient name for > /dev/mmcblk0, you need to write a rule for it.
That almost sounds like libblkid isn't recognizing the FS. Can you try running blkid on the device? If it can't detect the FS type, that might be a place where there is an issue. The libblkid code is not based on the drivers in the kernel, but is still essential for a portion of the auto-detection of file systems in user-space. Brad Boyer f...@allandria.com