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. HTH... Dirk -- Dirk Heinrichs <[email protected]> Matrix-Adresse: @heini:altum.de GPG Public Key: 80F1540E03A3968F3D79C382853C32C427B48049 Privacy Handbuch: https://www.privacy-handbuch.de

