Opened 15 years ago

Closed 12 years ago

Last modified 7 years ago

#2815 closed enhancement (fixed)

New package: fuse

Reported by: Arthur Demchenkov Owned by: DJ Lucas
Priority: normal Milestone: x-future
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

package: fuse

url: http://fuse.sourceforge.net

category: sys-fs

proposed BLFS category: chapter 5 - File Systems

version: 2.7.4

download: http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=132802

dependencies: FUSE configured as module or builtin in Linux kernel.

short description: An interface for filesystems implemented in userspace.

long description: FUSE (Filesystem in Userspace) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. FUSE also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.

build:

./configure --sysconfdir=/etc --prefix=/usr \
            --disable-kernel-module --disable-example &&
make

As the root user:

make install &&
install -vdm755 /usr/share/doc/fuse-2.7.4/example &&
cp -v AUTHORS ChangeLog Filesystems README README.NFS NEWS \
       doc/how-fuse-works doc/kernel.txt FAQ /usr/share/doc/ \
       fuse-2.7.4 &&
cp -v example/* /usr/share/doc/fuse-2.7.4/example

configuration: /etc/fuse.conf

init script: in attachment

Attachments (1)

fuse-init-script.tar.bz2 (1.0 KB ) - added by Arthur Demchenkov 15 years ago.
Fuse init script and a dummy config file

Download all attachments as: .zip

Change History (5)

by Arthur Demchenkov, 15 years ago

Attachment: fuse-init-script.tar.bz2 added

Fuse init script and a dummy config file

comment:1 by Randy McMurchy, 15 years ago

Milestone: 6.4future

comment:2 by DJ Lucas, 14 years ago

Owner: changed from blfs-book@… to DJ Lucas
Status: newassigned

comment:3 by bdubbs@…, 12 years ago

Resolution: fixed
Status: assignedclosed

Page added in revision 10069 Added config file in revision 10087.

Did not install the boot script because it appears to be unneeded. Open a new ticket if it becomes needed.

comment:4 by bdubbs@…, 7 years ago

Milestone: futurex-future

Milestone renamed

Note: See TracTickets for help on using tickets.