Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glusterfs(8) [debian man page]

GlusterFS(8)							   Gluster Inc. 						      GlusterFS(8)

NAME
GlusterFS - clustered file system SYNOPSIS
glusterfs [options] [mountpoint] DESCRIPTION
GlusterFS is a clustered file system, capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP and interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware, such as x86-64 server with SATA-II RAID and Infiniband HBA. GlusterFS is fully POSIX compliant file system. On client side, it has dependency on FUSE package, on server side, it works seemlessly on different operating systems. Currently supported on GNU/Linux and Solaris. OPTIONS
Basic options -f, --volfile=VOLUME-FILE File to use as VOLUME-FILE (the default is /etc/glusterfs/glusterfs.vol). -l, --log-file=LOGFILE File to use for logging. -L, --log-level=LOGLEVEL Logging severity. Valid options are TRACE, DEBUG, INFO, WARNING, ERROR and CRITICAL (the default is WARNING). -s, --volfile-server=SERVER Server to get the volume from. This option overrides --volfile option. Advanced options --debug Run in debug mode. This option sets --no-daemon, --log-level to DEBUG, and --log-file to console. -N, --no-daemon Run in the foreground. --read-only Make the file system read-only. -p, --pid-file=PIDFILE File to use as PID file. --volfile-id=KEY Key of the volume file to be fetched from the server. --volfile-server-port=PORT Port number of volfile server. --volfile-server-transport=TRANSPORT Transport type to get volume file from server (the default is socket). --volume-name=VOLUME-NAME Volume name to be used for MOUNT-POINT (the default is top most volume in VOLUME-FILE). --xlator-option=VOLUME-NAME.OPTION=VALUE Add/Override a translator option for a volume with the specified value. Fuse options --attribute-timeout=SECONDS Set attribute timeout to SECONDS for inodes in fuse kernel module (the default is 1). --entry-timeout=SECONDS Set entry timeout to SECONDS in fuse kernel module (the default is 1). --direct-io-mode=BOOL Enable/Disable the direct-I/O mode in fuse module (the default is enable). Miscellaneous Options -?, --help Display this help. --usageeew Display a short usage message. -V, --version Print the program version. FILES
/etc/glusterfs/*.vol, /etc/glusterd/vols/*/*.vol SEE ALSO
fusermount(1), mount.glusterfs(8), gluster(8) COPYRIGHT
Copyright(c) 2006-2011 Gluster, Inc. <http://www.gluster.com> 07 March 2011 Clustered File System GlusterFS(8)

Check Out this Related Man Page

ncpmap(1)						      General Commands Manual							 ncpmap(1)

NAME
ncpmap - mounts some resource from Netware server or tree previously connected with ncplogin SYNOPSIS
ncpmap [OPTIONS] [-a] [mount-point] DESCRIPTION
ncplogin and ncpmap provide a way to split the ncpmount operation into halves, with ncpmap mounting the resource previously authenticated with ncplogin. OPTIONS
Options for ncplogin (mount_point is optional if you specify the -a option): -T, tree Tree name to be used -S, server Server name to be used. The -T and -S options are mutually exclusive. -X, name_ctx Default name context to be used. -E, echo Echo value of final mount_point. -V, volume Volume to mount. This must be in binary format if -S server, or in NDS format if -T tree. -R, path Path in volume to "map root." -f, mode Permission given the files, in octal notation. -d, mode Permission given the directories, in octal notation. -t, time_out Waiting time, in 1/100s of a second, to wait for an answer from the server. Default is 60. -r, retry_count Number of retry attempts. Default is 5 -s Enable renaming or deletion of read-only files. -h prirnt help text. -v Print ncpfs version number. -i, level Signature level. 0 = never, 1 = supported, 2 = preferred, and 3 = required. -N, os2,nfs Do not use specified namespaces on mounted volume. -y, charset Character set used for input and display. -p, codepage Codepage used on volume, including letters "cp." -B, bcast Broadcast mode. 0 = all, 1 = console, and 2 = none. Default is all. -a Autocreate mounting point if needed in ~/ncp/SERVER/VOLUME. -I Autocreate mounting point if needed in /mnt/ncp/SERVER/VOLUME. SECURITY
ncpmap must be setuid to permit non-root users use of it. In these cases, it will enforce nodev and nosetuid mount options. SEE ALSO
ncplogin(1), ncpmount(8) AUTHORS
This manual page was written by Steve Stalcup <vorian@ubuntu.com> for the Ubuntu GNU/Linux system under the BSD license. ncpmap(1)
Man Page