Jump to content

JimSk

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JimSk's Achievements

Newbie

Newbie (1/14)

  1. I figured out a way around my issue. Thanks for all the help!
  2. 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
×
×
  • Create New...