GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AFUSE(1) FreeBSD General Commands Manual AFUSE(1)

AFUSE - automounting file system implemented in user-space using FUSE

usage: afuse mountpoint [options]

mount options
print help
print FUSE version information

template for CMD to execute to mount (*)
template for CMD to execute to unmount (*) (**)
(*) - When executed, %r and %m are expanded in templates to the root
directory name for the new mount point, and the actual directory to mount onto respectively to mount onto. Both templates are REQUIRED.
(**)- The unmount command must perform a lazy unmount operation. E.g. the
-u -z options to fusermount, or -l for regular mount.

enable debug output (implies -f)
foreground operation
disable multi-threaded operation
allow access to other users
allow access to root
allow mounts over non-empty file/dir

-o default_permissions enable permission checking by kernel

set filesystem name
issue large read requests (2.4 only)
set maximum size of read requests
immediate removal (don't hide files)
let filesystem set inode numbers
try to fill in d_ino in readdir
use direct I/O
cache files in kernel
set file permissions (octal)
set file owner
set file group
cache timeout for names (1.0s)
cache timeout for deleted names (0.0s)
cache timeout for attributes (1.0s)

This manual page was written by Varun Hiremath <varunhiremath@gmail.com>, for the Debian project (but may be used by others).

October 12, 2006

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.