Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "Filesysbox Library"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(Created page with "Filesysbox Library is a [http://en.wikipedia.org/wiki/Filesystem_in_Userspace FUSE compatible] filesystem layer originally developed by Leif Salomonsson. It manages locks, not...")
 
 
Line 1: Line 1:
Filesysbox Library is a [http://en.wikipedia.org/wiki/Filesystem_in_Userspace FUSE compatible] filesystem layer originally developed by Leif Salomonsson. It manages locks, notifications, file handles, packets, update timeouts and more, freeing the file system of these jobs. Version 0.730 of the library was released as open source and was used as a basis for the AmigaOS version.
+
Filesysbox Library is a [http://en.wikipedia.org/wiki/Filesystem_in_Userspace FUSE compatible] file system layer originally developed by Leif Salomonsson. It manages locks, notifications, file handles, packets, update timeouts and more, freeing the file system of these jobs. Version 0.730 of the library was released as open source and was used as a basis for the AmigaOS version.
   
 
= More Information =
 
= More Information =

Latest revision as of 20:51, 2 October 2015

Filesysbox Library is a FUSE compatible file system layer originally developed by Leif Salomonsson. It manages locks, notifications, file handles, packets, update timeouts and more, freeing the file system of these jobs. Version 0.730 of the library was released as open source and was used as a basis for the AmigaOS version.

More Information

Insert more information about how to use filesysbox.library to port a file system here...