JimSk Posted January 5, 2012 Posted January 5, 2012 Hi, I'm working on an application that uses FUSE as an intermediate interface to read and write files. So far, I have been able to determine the file size to write by using lseek and such then passing and assigning this when getattr is called once fuse_main is executed. The problem I am trying to solve now, is how to do this once fuse_main is executed. I have looked for FUSE write function examples all over the web (starting with sourceforce/FUSE) but to no avail have yet to find any close to what I am attempting to do. Does any one have any ideas on where else to look or may possibly come up with the proper way to do this? Thanks, Jim Quote
JimSk Posted January 9, 2012 Author Posted January 9, 2012 I figured out a way around my issue. Thanks for all the help! Quote
int0x80 Posted January 9, 2012 Posted January 9, 2012 When you solve something, please post the solution for future viewers. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.