GfarmFS-FUSE does not require the glibc-not-hidden package and LD_PRELOAD setting for existing binary applications to access a Gfarm filesystem. It resolves limitation of redirection in overwriting or appending an existing remote file via the Gfarm syscall hook library. It also allows you to use a symbolic link and a hardlink. These operations are emulated in GfarmFS-FUSE.
Installation steps of GfarmFS-FUSE:
$ ./configure [options]
$ make
$ make install
|
For details, refer to README.
$ mkdir /tmp/fuse
$ gfarmfs -sl /tmp/fuse
|
The -s and -l options enable symbolic link and hardlink emulations, respectively. For details, refer to README.
README gfarmfs-fuse-2.0.0.tar.gz gfarmfs-fuse-2.0.0-1.src.rpm (SRPM) gfarmfs-fuse-2.0.0-1.fc5.i386.rpm (Fedora Core 5, i386) gfarmfs-fuse-2.0.0-1.fc6.i386.rpm (Fedora Core 6, i386) gfarmfs-fuse-2.0.0-1.centos4.i386.rpm (CentOS 4, i386) |