[Discuss] any decent NTFS implementations for Linux?

Richard Pieri richard.pieri at gmail.com
Wed Jul 23 14:21:27 EDT 2014


On 7/23/2014 2:02 PM, Bill Bogstad wrote:
> The problem seems to be 100% bad filesystem software.

No, it's FUSE.

FUSE runs in user space. Disk I/O happens in kernel space. This means
that read and write operations require much context switching. The
overhead for this is very high.

-- 
Rich P.



More information about the Discuss mailing list