ajay wrote on Wed, Aug 03, 2016 at 03:05:53AM -0400:
> > What unsupported filesystems are you thinking of here?
> 
> Some filesystems that I can think of are:
> EncFS Encrypted Filesystem: Fuse based filesystem for encryption
> http://www.arg0.net/#!encfs/c1awt
> S3FS: A filesystem which allows you to take a S3 bucket and mount it as 
> a local file system
> https://github.com/s3fs-fuse/s3fs-fuse
> NTFS-3G: It gives you read/write access to a Windows NTFS file system.
> http://www.tuxera.com/community/open-source-ntfs-3g/
> I do not have enough information to understand how useful providing 
> support to these filesystem by NFS ganesha would be.

These all are FUSE filesystems, if you want to support them you might
want to look at the old (ganesha 1.5 timeframe) FUSE FSAL and consider
making it again from scratch - definitely better than going through the
kernel needlessly.

-- 
Dominique Martinet

------------------------------------------------------------------------------
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to