FUSE Linux on SD

Good Morning!! I have a job to do requested by my teacher which is as follows: I need to use the FUSE Library on Linux to mount the SD card on arduino with a file system that I am creating. The problem that all the libraries for sd card access I found were in FAT format, do you have any idea how I can do this process? I need to use my file system in SD.

build a dasychain, Linux -> FUSE -> uart -> arduino -> SD
you might want to start witrh a FUSE dummy filesystem :slight_smile:

Hi, Do you have something to help me understand how I would mount the SD card that is in arduino using linux command?

tks!

You can't. Work your way through FUSE, then the ardunino SD library. Then you might understand.