Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fusermount(1) [linux man page]

FUSERMOUNT(1)						      General Commands Manual						     FUSERMOUNT(1)

NAME
fusermount - mount FUSE filesystems SYNOPSIS
fusermount [options] mountpoint DESCRIPTION
A virtual FUSE filesystem will be created on the mount point. OPTIONS
-h print help -V print version -o opt[,opt...] mount options -u unmount -q quiet -z lazy unmount (works even if resource is still busy) AUTHOR
This manpage was originally written by Bastian Kleineidam <calvin@debian.org> for the Debian distribution of fuse-utils. Updated by Bar- tosz Fenski <fenio@debian.org>. The main author of FUSE is Miklos Szeredi <mszeredi@inf.bme.hu>. 3 February 2006 FUSERMOUNT(1)

Check Out this Related Man Page

AFUSE(1)						      General Commands Manual							  AFUSE(1)

NAME
AFUSE - automounting file system implemented in user-space using FUSE DESCRIPTION
usage: afuse mountpoint [options] general options: -o opt,[opt...] mount options -h --help print help -V --version print FUSE version information AFUSE options: -o mount_template=CMD template for CMD to execute to mount (*) -o unmount_template=CMD 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. FUSE options: -d -o debug enable debug output (implies -f) -f foreground operation -s disable multi-threaded operation -o allow_other allow access to other users -o allow_root allow access to root -o nonempty allow mounts over non-empty file/dir -o default_permissions enable permission checking by kernel -o fsname=NAME set filesystem name -o large_read issue large read requests (2.4 only) -o max_read=N set maximum size of read requests -o hard_remove immediate removal (don't hide files) -o use_ino let filesystem set inode numbers -o readdir_ino try to fill in d_ino in readdir -o direct_io use direct I/O -o kernel_cache cache files in kernel -o umask=M set file permissions (octal) -o uid=N set file owner -o gid=N set file group -o entry_timeout=T cache timeout for names (1.0s) -o negative_timeout=T cache timeout for deleted names (0.0s) -o attr_timeout=T cache timeout for attributes (1.0s) AUTHOR
This manual page was written by Varun Hiremath <varunhiremath@gmail.com>, for the Debian project (but may be used by others). October 12, 2006 AFUSE(1)
Man Page

6 More Discussions You Might Find Interesting

1. IP Networking

Can't see home folder on one NFS mount but can in another mount on another share

Hello, I have a few Ubuntu 9.10 laptops I'm trying to learn NFS sharing with. I am just experimenting on this right now, so no harsh words about the security of what I'm playing with, please ;) Below are the configs /etc/exports on host /home/woodnt/Homeschool... (2 Replies)
Discussion started by: Narnie
2 Replies

2. UNIX for Dummies Questions & Answers

diagnostics of server

Hi there, I have a problem, maybe security problem. I am pretty scared of it. There are some activity between my NAS server and my laptop(or other pc). If am connected via sshfs there are work with drives on server. I have tried to detect a core of problem. But, because I am not advanced... (2 Replies)
Discussion started by: perseus
2 Replies

3. Shell Programming and Scripting

ssh, truecrypt, sshfs in a script

Hello all, First time posting, although the site has helped solve many problems in the past! I would like to create a script to simplify a series of commands that I run: Log into the ssh-server (RSA key) ssh username@hostname -p 6110 Once there, I mount a truecrypt volume: truecrypt... (3 Replies)
Discussion started by: freshtoast
3 Replies

4. UNIX for Dummies Questions & Answers

Strange system activity no matter what I try

When I choose to encrypt my drive during a Linux install, it encryps it, but I receive errors in dmesg and in ~/.xsessions-errors during use. The first error is in dmesg where it sometimes shows errors writing to the encypted device. The second error is in ~/.xsessions-errors with an error about... (0 Replies)
Discussion started by: justgoogleit
0 Replies

5. Linux

Binary files damaged after attack on the server

Hello, a few days ago (June 19) a server that I manage has suffered an attack. Analyzing the log I discovered that there were several attempts to access a web scanner called w00tw00t.at.ISC.SANS.DFind I set the firewall to prevent further visits from this scanner. The problem is that the... (3 Replies)
Discussion started by: viessenetwork
3 Replies

6. UNIX for Dummies Questions & Answers

Question about udev Rules File?

Hello All, I found this site here: AndDiSa Android Blog: Nexus 7 MTP automount on OpenSuse 11.4 That sites explains how to mount an Android device that can only connect to a computer using MTP or PTP instead of what it used to get treated as, which was a Mass Storage Device. In my Rules... (0 Replies)
Discussion started by: mrm5102
0 Replies