2006-07-23 03:02:03 +00:00
|
|
|
.TH 9PFUSE 4
|
|
|
|
.SH NAME
|
|
|
|
9pfuse \- mount 9P service via FUSE
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B 9pfuse
|
|
|
|
[
|
|
|
|
.B -D
|
|
|
|
]
|
|
|
|
[
|
2007-06-21 02:11:21 +00:00
|
|
|
.B -A
|
2006-07-23 03:02:03 +00:00
|
|
|
.I t
|
|
|
|
]
|
|
|
|
[
|
2007-06-21 02:11:21 +00:00
|
|
|
.B -a
|
|
|
|
.I aname
|
2006-07-23 03:02:03 +00:00
|
|
|
]
|
|
|
|
.I addr
|
|
|
|
.I mtpt
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.I 9pfuse
|
|
|
|
mounts the 9P service running at
|
|
|
|
.I addr
|
|
|
|
onto
|
|
|
|
.I mtpt
|
|
|
|
using the FUSE user-level file system driver.
|
|
|
|
.PP
|
|
|
|
.I 9pfuse
|
|
|
|
sets up the initial mount and then forks itself
|
|
|
|
into the background, where it serves the FUSE
|
|
|
|
protocol, translating the requests into 9P.
|
|
|
|
.PP
|
|
|
|
The options are:
|
|
|
|
.TP
|
|
|
|
.B -D
|
|
|
|
Print each FUSE and 9P message to standard error.
|
|
|
|
.TP
|
2007-06-21 02:11:21 +00:00
|
|
|
.B -a\fI aname
|
|
|
|
Use
|
|
|
|
.I aname
|
|
|
|
as the attach name.
|
|
|
|
.TP
|
|
|
|
.B -A\fI t
|
2006-07-23 03:02:03 +00:00
|
|
|
Set the kernel cache timeout for attribute information
|
|
|
|
to
|
|
|
|
.I t
|
|
|
|
(default 1.0) seconds.
|
|
|
|
.PD
|
|
|
|
.PP
|
|
|
|
The
|
|
|
|
.I fusermount
|
|
|
|
binary must exist in the current search path.
|
|
|
|
.PP
|
|
|
|
FUSE is available for Linux 2.4.21 and later,
|
|
|
|
Linux 2.6, and FreeBSD 6.x and later.
|
|
|
|
.SH SEE ALSO
|
|
|
|
FUSE Homepage,
|
|
|
|
.HR http://fuse.sourceforge.net
|
|
|
|
.PP
|
|
|
|
FUSE for FreeBSD,
|
|
|
|
.HR http://fuse4bsd.creo.hu
|
2007-01-18 12:52:54 +00:00
|
|
|
.PP
|
|
|
|
MacFUSE,
|
|
|
|
.HR http://code.google.com/p/macfuse
|
2006-07-23 03:02:03 +00:00
|
|
|
.SH SOURCE
|
|
|
|
.B \*9/src/cmd/9pfuse
|