Main > Free Download Search >

Free fuse software for linux

fuse

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 86
Fuse 0.8.0

Fuse 0.8.0


Fuse project (the Free Unix Spectrum Emulator) was originally, and somewhat unsurprisingly, a Spectrum emulator for Unix. more>>
Fuse project (the Free Unix Spectrum Emulator) was originally, and somewhat unsurprisingly, a Spectrum emulator for Unix. However, it has now also been ported to Mac OS X, which may or may not count as a Unix variant depending on your advocacy position.
Main features:
- Working 16K, 48K, 128K, +2, +2A, +3, +3e, SE, TC2048, TC2068, TS2068, Pentagon 128 and Scorpion ZS 256 emulation, running at true Speccy speed on any computer youre likely to try it on.
- Support for loading from .tzx files.
- Sound (on systems supporting the Open Sound System, SDL or OpenBSD/Solariss /dev/audio).
- Kempston joystick emulation.
- Emulation of the various printers you could attach to the Spectrum.
- Support for the RZX input recording file format, including competition mode.
- Emulation of the DivIDE, Interface I, Kempston mouse, Spectrum +3e, ZXATASP and ZXCF interfaces.
<<less
Download (1.2MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
920 downloads
RFuse 0.1

RFuse 0.1


RFuse is a Ruby interface to the FUSE library. more>>
RFUSE implements a ruby interface for FUSE. So you can implement a Filesystem in Ruby.
Most of the callbacks FUSE provide are implemented. The only drawback is the lack of a multithreaded mainloop.
Enhancements:
- This release was updated to the FUSE 2.3/2.4 ABI and should compile with the Linux 2.6.14 kernel.
<<less
Download (0.020MB)
Added: 2005-11-03 License: GPL (GNU General Public License) Price:
1450 downloads
fusemb 0.1

fusemb 0.1


fusemb is a software for easier Microsoft network connectivity. more>>
fusemb is a small daemon which maps Microsoft network hierarchy into Unix filesystem subtree, using libsmbclient to obtain information about entries in the SMB network and FUSE (Filesystem In UserSpace) to allow seamless network browsing using standard Unix ways.
Main features:
- fusemb uses C++ instead of Python
- fusemb supports browsing on three levels (Workgroup/Server/Share) only, and access to shares and below is done via smbmounting relevant //SERVER/SHARE into fuse-supported directory.
<<less
Download (0.33MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1662 downloads
fuseftp 0.8

fuseftp 0.8


fuseftp is a userspace FTP filesystem for FUSE. more>>
fuseftp is a userspace FTP filesystem for FUSE.
Installation:
perl Makefile.PL
make
sudo make install
If any of the preregs fail, you can install the missing modules using the cpan shell which is started with "cpan" or "cpan -MCPAN -e shell".
Usage:
marcus@hal2000:~: mkdir kernel
marcus@hal2000:~: fuseftp kernel/ ftp.kernel.org &
Successfully logged into ftp.kernel.org
[1] 7150
marcus@hal2000:~: cd kernel/
marcus@hal2000:~/kernel: ls
for_mirrors_only lost+found pub usr welcome.msg
marcus@hal2000:~/kernel: cd ..
marcus@hal2000:~: fusermount -u kernel/
[1]+ Done fuseftp kernel/ ftp.kernel.org
Enhancements:
- A --port option was added to specify a non-standard FTP port.
- The handling of file names containing special characters was fixed.
- The cache timeout option was also fixed.
<<less
Download (0.11MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1411 downloads
fusedav 0.2

fusedav 0.2


fusedav is a WebDAV filesystem driver for Linux using FUSE. more>>
fusedav is a Linux userspace file system driver for mounting WebDAV shares. fusedav makes use of FUSE as userspace file system API and neon as WebDAV API.

Installation

As this package is made with the GNU autotools you should run ./configure inside the distribution directory for configuring the source tree. After that you should run make for compilation and make install (as root) for installation of fusedav.

After installation just run fusedav with two arguments: the WevDAV URL and the local mount point:

fusedav http://webdav.foo.bar/ /tmp/test

You will be queried for a username and password if required. As long as the fusedav process is running, the file system is accessible under /tmp/test.

<<less
Download (0.11MB)
Added: 2006-04-02 License: GPL (GNU General Public License) Price:
1302 downloads
ext2fuse 0.5

ext2fuse 0.5


ext2fuse is an implementation of the ext2 filesystem in user space, using the FUSE library. more>>
ext2fuse is an implementation of the ext2 filesystem in user space, using the FUSE library. Uses might include as a base for filesystem projects, for FUSE or e2fsprogs testing, and for situations when a kernel mode filesystem is not appropriate.

<<less
Download (0.73MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
801 downloads
fuse1.pl 1.6

fuse1.pl 1.6


fuse1.pl is a nontrivial demonstration of Fuse.pm, the Perl language interface of FUSE, the Linux userland filesystem. more>>
fuse1.pl is a nontrivial demonstration of Fuse.pm, the Perl language interface of FUSE, the Linux userland filesystem. fuse1.pl project reflects a subpath of the host filesystem as a mount point of type fuse.

Read-only and read-write mounts are both possible. All Unix filesystem operations are supported, except for the handling of POSIX extended attributes. Large files (i.e. files longer than 2GB) are not supported.
<<less
Download (0.006MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1031 downloads
FUSE-J 2.4-pre1

FUSE-J 2.4-pre1


FUSE-J project contains Java bindings for FUSE (Filesystem in USErspace). more>>
FUSE-J project contains Java bindings for FUSE (Filesystem in USErspace). It is a Java API that uses JNI bindings to FUSE library and enables writing Linux filesystems in Java language.
FUSE (Filesystem in USErspace) is a simple interface for userspace programs to export a virtual filesystem to the linux kernel.
Enhancements:
- This is the first preview release of the new 2.4 FUSE-J API featuring new extended attributes support, access to fuse_context (UID/GID of the process making file request), ANT build system support, migration to Log4J logging, etc. Theres no documentation yet and API can cahge in some minor details before the 1st release of the 2.4 version.
<<less
Download (0.10MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
801 downloads
FuseNRG 0.04

FuseNRG 0.04


FuseNRG allows you to mount Ahead Nero NRG files on your Unix system with FUSE. more>>
FuseNRG allows you to mount Ahead Nero NRG files on your Unix system with FUSE. On the mounted directory, there will be an ISO file, equivalent to the original NRG file. Such ISO file can be mounted with fuseiso or burned to a CD with cdrecord or even Ahead Nero itself.

Advantages over nrg2iso:

it does not require extra disk space for the ISO file
it does not require extra memory for the ISO file
you dont have to wait for the file to be converted (conversion is done on the fly)

Example:

$mkdir ../testNRG
$ls -la ../testNRG
total 8
drwxr-xr-x 2 quinho quinho 4096 May 19 00:39 .
drwxr-xr-x 16 quinho users 4096 May 19 00:39 ..

$./fusenrg ../neroImage.nrg ../testNRG

$ls -la ../testNRG
total 4
drwxr-xr-x 2 root root 0 Dec 31 1969 .
drwxr-xr-x 16 quinho users 4096 May 19 00:39 ..
-r--r--r-- 1 quinho quinho 21821596 May 18 23:05 neroImage.nrg.iso

$mkdir ../testISO
$fuseiso ../testNRG/neroImage.nrg.iso ../testISO

$ls -la ../testISO
total 5234
dr-xr-xr-x 1 root root 2048 May 18 21:25 .
drwxr-xr-x 16 quinho users 4096 May 19 00:39 ..
-r--r--r-- 1 root root 15157180 Apr 21 15:44 DVB-T.rar
-r--r--r-- 1 root root 65989 Apr 19 23:00 PriceList MSRP April 2007.pdf
-r--r--r-- 1 root root 782 May 15 17:48 Shortcut to My Bills from December.gnumeric.lnk
-r--r--r-- 1 root root 1978 Apr 14 17:52 Users Guide.lnk
-r--r--r-- 1 root root 34354 Mar 8 07:02 MySampleDocumentation 2.txt

$fusermount -u ../testISO
$fusermount -u ../testNRG
$rmdir ../testISO ../testNRG

<<less
Download (0.019MB)
Added: 2007-05-24 License: GPL (GNU General Public License) Price:
543 downloads
fuseflt 0.0.9

fuseflt 0.0.9


fuseflt is a FUSE filesystem that allows the user to define file conversion filters that will be applied when requested. more>>
fuseflt is a FUSE filesystem that allows the user to define file conversion filters that will be applied when requested. It relies on filename extensions to determine file types.
This project is released under the GNU General Public License.
File conversion filter example
Suppose that you want to convert all bzip2-compressed files to gzip-compressed ones. The following should do:
flt_in = .bz2
flt_out = .gz
flt_cmd = bzip2 -dc | gzip -9c
A usage example:
$ ls
a.bz2 b.bz2
$ zcat a.gz
A A A A A
$ zcat b.gz
B B B B B
You may add the following in your configuration:
ext_in = .bz2
ext_out = .gz
to be more transparent about the whole process:
$ ls
a.gz b.gz
Enhancements:
- Symlinks are now handled properly, and the performance of the getattr() method has been significantly improved.
<<less
Download (0.016MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
848 downloads
unionfs-fuse 0.18

unionfs-fuse 0.18


unionfs-fuse is an effort to create a userland unionfs implementation. more>>
unionfs-fuse filesystem is an effort to create a userland unionfs implementation that is probably slower but way more flexible than the current kernel-only based unionfs solution.
Main features:
Why choose this stuff
- The filesystem has to be mounted after the roots are mounted when using the standard module. With unionfs-fuse, you can mount the roots later and their contents will appear seamlesly
- You get caching which speeds things up a lot for free
- You get nice stats (optional)
Why NOT choose it
- Compared to kernel-space solution we need lots of useless context switches which makes kernel-only solution clear speed-winner
Available parameters
- --roots=/root1,/root2
- --stats
Enhancements:
- This version feaatures read-only branches, copy-on-write, bugfixes, and more.
<<less
Download (0.004MB)
Added: 2007-08-10 License: BSD License Price:
805 downloads
TSKmount-Fuse 0.03

TSKmount-Fuse 0.03


TSKmount-Fuse is the filesystem of deleted files. more>>
TSKmount-Fuse is the filesystem of deleted files.

TSKmount, is a free Fuse filesystem written in perl and based on The Sleuth Kit tools. It is intended to provide an easy way to recover deleted files over ext2, fat and ntfs filesystems.

Short HowTo:

Mounting device /dev/hda5 on /tmp/fuse empty directory:

tskmount /dev/hda5 /tmp/fuse
### wait the "Ready" message before going to /tmp/fuse ###


Unmounting filesystem:

fusermount -u /tmp/fuse

See common options:

tskmount --help

<<less
Download (0.017MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
794 downloads
FUSE::Client 1.08

FUSE::Client 1.08


FUSE::Client is a Perl-FUSE client. more>>
FUSE::Client is a Perl-FUSE client.

SYNOPSIS

use FUSE::Client;
$c = FUSE::Client->new({
Port=>35008,
Quiet=>1,
});

$c->connect();
$c->send("COMMAND","parameter");
$c->disconnect();

The FUSE::Client module will create a TCP FUSE client to test sending messages to a FUSE server.

The external interface to FUSE::Client is:

$c = FUSE::Client->new( [%options] );

The object constructor takes the following arguments in the options hash:

Quiet = 0|1

Whether to be quiet. Default is to report all events to STDOUT (not Quiet).

Port = n

The port for the client to connect to. Default is 1024.

$c->connect();

This method connects the client to the server.

$c->disconnect();

This method disconnects the client from the server.

$c->send( $command, $parameter );

Send a FUSE formatted command message to the server, with the specified parameter.

<<less
Download (0.002MB)
Added: 2007-04-04 License: Perl Artistic License Price:
936 downloads
Fusedaap 0.2.1

Fusedaap 0.2.1


Fusedaap is a read-only FUSE filesystem that allows for browsing and accessing DAAP (iTunes) music shares. more>>
Fusedaap project is a read-only FUSE (filesystem in userspace) filesystem that allows for browsing and accessing DAAP (iTunes) music shares.
One possible use for fusedaap is to allow applications that dont have native DAAP support to easily access music from DAAP shares.
Fusedaap is still in early stages of development. The current release has the following features:
- Detecting and mounting available DAAP shares.
- Browsing music sorted by host-arist-album.
- Accessing/Playing music from shares.
Currently, fusedaap supports iTunes versions<<less
Download (0.023MB)
Added: 2006-11-12 License: GPL (GNU General Public License) Price:
1077 downloads
SMB for FUSE 0.8.4

SMB for FUSE 0.8.4


SMB for FUSE is a tool for mounting the network neighbourhood. more>>
With SMB for Fuse you can seamlessly browse your network neighbourhood as were it on your own filesystem.
Instead of mounting one Samba share at a time, you mount all workgroups, hosts and shares at once. Only when youre accessing a share a connection is made.
Main features:
- Browsing workgroups/hosts and shares from any application
- Streaming of files (movies/music)
- Browsing the network is fast because all hosts and shares are cached
Other solutions as GnomeVFS or KIO slaves provide a similar solution, but have a few disadvantages:
- Programs need to be rewritten to make them network transparent.
- KIO Slaves cannot stream files making movie/music playing over LAN impossible.
- Gnome VFS just is unstable on my system, although is offers streaming.
- Automounting shares is possible, but you cannot see more than 8 at a time, because NT Workstation limits the number of connections its also a lot slower.
<<less
Download (0.11MB)
Added: 2006-02-11 License: GPL (GNU General Public License) Price:
1353 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5