Program visible to Linux as normal directory
Posted
by Xam
on Stack Overflow
See other posts from Stack Overflow
or by Xam
Published on 2010-04-01T10:45:39Z
Indexed on
2010/04/01
10:53 UTC
Read the original article
Hit count: 190
I'm trying to write program to work as programmable directory, in other words: User, or other systems open that directory and read/write files or dirs. I try to create program to cache most used files in memory (less I/O to HDD), but right now I don't know how to achive that. There are probably some docs about this but I can't find them. I know that there is FUSE, NFS and others, but reading their source is quite difficult. If any one has info about implementation in C lang I'll be very grateful.
Sorry for my English..
© Stack Overflow or respective owner