Skip to content

salass00/filesysbox

Repository files navigation

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 this
version.

The included FbxDismount command can be used to cleanly unmount FUSE file
systems even if there are outstanding locks/notify requests. Any outstanding
locks and notify requests will be passed to and handled by the filesysbox
lockhandler process.

NOTE: This is not the same as "Assign DISMOUNT" that only removes the visible
device/volume node but leaves the actual handler/file system running in the
background.

Installation:

Copy Libs/filesysbox.library LIBS:
Copy C/FbxDismount SYS:C

Source code:

The source code for current and older versions is available under APL license
on github:

https://github.com/salass00/filesysbox

Build notes: see docs/building.md.

Changes:

For a list of changes in this and earlier versions see the releasenotes file.

About

AmigaOS 3/AROS port of filesysbox.library

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.APL
Unknown
LICENSE.BSD
Unknown
LICENSE.CDL

Stars

Watchers

Forks

Packages

 
 
 

Contributors