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
FUSE-EXT2(1) User Commands FUSE-EXT2(1)

FUSE-EXT2 - FUSE module for Second Extended File System

fuse-ext2 [OPTION]... imagefile mountpoint

fuse-ext2 imagefile mountpoint [OPTION]...

Fuse-ext2 mounts an ext2/ext3/ext4 partition or image file. It uses Fuse support (Filesystem in Userspace) included in modern Linux kernels. The same module is available for view-os (umview(1), kmview(1)) under the name umfuseext2.

mount options
print help
print version

force read-write mount (EXPERIMENTAL, the option rw without force mounts the file system in read-only mode, with a warning).
enable read-write mount (EXPERIMENTAL, is a shortcut for -o rw,force)

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
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
enable caching based on modification times
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)
auto cache timeout for attributes (attr_timeout)
allow requests to be interrupted
signal to send on interrupt (10)
set maximum size of write requests
set maximum readahead
perform reads asynchronously (default)
perform reads synchronously

September 2009 FUSE/UMFUSE modules

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.