PetitFS and Arduino UNO

Sorry for the misunderstanding.

The library: GitHub - greiman/PetitFS: Petit FatFs Arduino Library

It does have a write function so I would assume it could write.

What makes it so small is that it doesnt write a buffer to the card but instead, it does it "on the fly".

Thanks

DD