diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2013-03-16 19:17:26 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2013-03-16 19:17:26 +0100 |
commit | 103b31f914fa69f6aef26ba198472b07aeeb3889 (patch) | |
tree | 9a6d055223c13875c0651e5be105690e0c6e039c /faq | |
parent | 5d0f6782028c754b2c0a5721d14b8c76b47d31db (diff) |
start writing something about libfuse
Diffstat (limited to 'faq')
-rw-r--r-- | faq/fuse_support.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/faq/fuse_support.mdwn b/faq/fuse_support.mdwn new file mode 100644 index 00000000..3a442427 --- /dev/null +++ b/faq/fuse_support.mdwn @@ -0,0 +1,16 @@ +[[!meta copyright="Copyright © 2013 Free Software Foundation, +Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!meta title="Does Hurd support FUSE?"]] + +There is a start of work on implementing a [[FUSE|hurd/libfuse]] library on Hurd; +currently, it still does provide all the functionalities needed to make +FUSE filesystems compile or work correctly, so it is not generally usable yet. |