/rust_fat32

Learning Rust by implementing FAT32 over fuse

Primary LanguageRust

Craete volume  
dd if=/dev/zero of=fat.fs bs=1024 count=1048576  
mkfs.fat fat.fs