Example of a simple FUSE Go lazy file populator
Find a file
2025-06-23 13:04:29 +02:00
cmd Added small demo 2025-06-23 13:03:28 +02:00
.gitignore remove mnt dir 2025-06-23 13:04:29 +02:00
go.mod Nothing ... 2025-06-23 12:06:43 +02:00
go.sum Nothing ... 2025-06-23 12:06:43 +02:00
README.md Added small demo 2025-06-23 13:03:28 +02:00

lazy_file_populator

Example of a simple FUSE Go lazy file populator

  • Install FUSE

sudo apt-get install fuse3

  • Mkdir mnt

mkdir mnt