Filesystem in Userspace
FreeBSD Ports
In den FreeBSD Ports sind aktuell die folgenden FUSEFS-Module verfügbar:
graphics/fusefs-gphotofs
gphotofs is a FUSE filesystem module to mount your camera as a filesystem. This allow using your camera with any tool able to read from a mounted filesystem.
sysutils/fusefs-curlftpfs
CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl.
CurlFtpFS differentiates itself from other FTP filesystems because it features:
- SSLv3 and TLSv1 support
- connecting through tunneling HTTP proxies
- automatically reconnection if the server times out
- transform absolute symlinks to point back into the ftp file system
sysutils/fusefs-encfs
EncFS is an encrypted pass-through filesystem which runs in userspace, using the FUSE kernel module. Similar in design to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, there is no predetermined or pre-allocated filesystem size.
sysutils/fusefs-funionfs
FunionFS means an Union filesystem for the FUSE driver.
This program works only with the Fuse driver which is natively included since the 2.6.14 Linux kernel.
sysutils/fusefs-gnome-vfs
Interface between FUSE and the Gnome VFS 2.0. It allows the user to mount everything you can access via the Nautilus file manager. But of course you can use a convenient CLI instead of the Desktop.
sysutils/fusefs-httpfs
httpfs depends on FUSE. It uses HTTP/1.1 extensions to read arbitrary bytes from a file on a web-server. This is particular interesting for an iso, since it can be investigated (loop device) without actually downloading the whole iso.
sysutils/fusefs-kmod
Kernel module for fusefs based filesystems.
sysutils/fusefs-libs
- FUSE makes it possible to implement a filesystem in a userspace program. Features include: simple yet comprehensive API, secure mounting by non-root users, support for RELENG_6 and HEAD FreeBSD kernels, multi-threaded
operation.
sysutils/fusefs-ntfs
The ntfs-3g driver is an open source, freely available read/write NTFS driver, which provides safe and fast handling of the Windows XP, Windows Server 2003 and Windows 2000 filesystems. Almost the full POSIX filesystem functionality is supported, the major exceptions are changing the file ownerships and the access rights.
sysutils/fusefs-smbnetfs
SMBNetFS is a filesystem that allow you to use samba/microsoft network in the same manner as the network neighborhood in Microsoft Windows.
- Featuries
-
- you can use Samba/Microsoft network as a regular unix filesystem
- workgroup/computer/share entries are dynamically created
- windows domain supported
- kerberos support (New)
- user defined workgroup/link/hosts are supported
- national character supported
- in config files you can specify different user/password to access different network shares
- you can access any computer in the world by "cd mountpoint/ip-addr" command, where "ip-addr" is the IP address of the desired computer. Do not warry that there is no file with such name :-)
- command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull)
sysutils/fusefs-sqlfs
The sqlfs filesystem implements a POSIX style file system on top of an SQLite database. It allows applications to have access to a full read/write file system in a single file, complete with its own file hierarchy and name space. This is useful for applications which needs structured storage, such as embedding documents within documents, or management of configuration data or preferences.
- Author
- Palmsource, Inc. An Access Company
- WWW
- http://www.nongnu.org/libsqlfs/
sysutils/fusefs-sshfs
SSHFS allows you to mount a remote directory over a normal ssh connection.
sysutils/fusefs-unionfs
This is my effort to create a unionfs filesystem implementation which is probably slower but way more flexible than the current in-kernel unionfs solution. Currently it's almost fully usable, the only problem is new file/directory creation which I will fix soon...
sysutils/fusefs-wdfs
wdfs is a WebDAV filesystem with special features for accessing Subversion repositories. It uses Fuse and Neon.