Jump to content

Talk:Filesystem in Userspace

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Steve h (talk | contribs) at 00:54, 8 August 2011 (Torvalds on FUSE as a toy). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing: Software Stub‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Software.
Note icon
This article has been automatically rated by a bot or other tool as Stub-class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.

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)[reply]

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)[reply]

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)[reply]

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)[reply]

gae-filestore ?

gae-filestore (http://code.google.com/p/gae-filestore/) is not a FUSE example. — Preceding unsigned comment added by ArtemGr (talkcontribs) 17:54, 22 December 2010 (UTC)[reply]

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)[reply]

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)[reply]