
Re: Questions about NTFS-3G porting for ucos
Hi,
Quote:
I mean, what should I do to deal with FUSE?
For I don't need the user space file system, and I don't need the realization of the kernel FUSE module.
So, throw them away.
Quote:
But I found the ntfs-3g API and fuse functions are mixed together, do I have the chance to extract the ntfs-3g api for my purpose?
You probably can, but you have to fill the gap between your vfs and ntfs-3g. Also note there are two api's to ntfs-3g (ntfs-3g and lowntfs-3g), select the one which is the most similar to what your vfs expects.
Regards
Jean-Pierre