Talk:Filesystem in Userspace
![]() | Computing: Software Stub‑class ![]() | |||||||||||||||
|
Relevancy of the Windows IFS link
How are installable file systems in Windows related to FUSE? IFS in Windows is kernel-mode, FUSE is user-mode. As far as I know Windows has no user-mode filesystem drivers.
--85.228.209.168 20:17, 31 October 2007 (UTC)
- As I understand that comparison, it's not the execution ring that matters as much as pluggability with a stable ABI. Unlike the NT kernel, which has a major ABI overhaul only about every three to five years, Linux's ABI and even API changes significantly every few minor versions. FUSE runs in user space in part because user space ABIs are so much more stable. --Damian Yerrick (talk | stalk) 14:53, 9 December 2007 (UTC)
Take a look at Callback File System from EldoS. —Preceding unsigned comment added by 77.123.32.113 (talk) 08:37, 15 April 2008 (UTC)
How about move to FUSE_(Linux)?
More than half of this page is talking about Linux's FUSE. However, there are other operation systems support userspace filesystem. Therefore, we'd better move the Linux related material to FUSE_(Linux), and leave this page talking userspace filesystem in general. Currently, FUSE_(Linux) is redirected to this page. --Pithree (talk) 10:14, 28 February 2009 (UTC)
gae-filestore ?
gae-filestore (http://code.google.com/p/gae-filestore/) is not a FUSE example. — Preceding unsigned comment added by ArtemGr (talk • contribs) 17:54, 22 December 2010 (UTC)
required/optional API functions
Which filesystem functions in the FUSE API exists? Which of them are required, which can be emulated by the kernel via other functions (maybe less efficient) and which ones are optional? --RokerHRO (talk) 06:14, 1 July 2011 (UTC)
Torvalds on FUSE as a toy
Interesting article here: http://www.phoronix.com/scan.php?page=news_item&px=OTYwMA
Seems Linus doesn't think userspace filesystems are viable (on principle, it seems, not even based on the current architecture of fuse). I disagree in that ntfs-3g is a great system for accessing Windows shared data (and performance is not usually an issue for me). I don't know if this criticism merits being in the actual article, but I thought I'd leave it here in case someone thinks it does. Steve h (talk) 00:54, 8 August 2011 (UTC)