Usage; Example; Complete Usage - Red Hat GFS 6.0 Administrator's Manual

Hide thumbs Also See for GFS 6.0:
Table of Contents

Advertisement

92
Chapter 4 Initial Configuration). After those requirements have been met, you can mount the GFS
file system as you would any Linux file system.
To manipulate file ACLs, you must mount the file system with the
tem is mounted without the
but are not allowed to set them (with

9.2.1. Usage

Mounting Without ACL Manipulation
mount -t gfs BlockDevice MountPoint
Mounting With ACL Manipulation
mount -t gfs -o acl BlockDevice MountPoint
acl
-o
GFS-specific option to allow manipulating file ACLs.
BlockDevice
Specifies the block device where the GFS file system resides.
MountPoint
Specifies the directory where the GFS file system should be mounted.

9.2.2. Example

In this example, the GFS file system on the
mount -t gfs /dev/pool/pool0 /gfs1

9.2.3. Complete Usage

mount -t gfs BlockDevice MountPoint -o option
The
option consists of GFS-specific options (refer to Table 9-2) or acceptable standard Linux
-o
options, or a combination of both. Multiple option parameters are separated by a comma
mount -o
and no spaces.
Note
The
command is a Linux system command. In addition to using GFS-specific options de-
mount
scribed in this section, you can use other, standard,
information about other Linux
Table 9-2 describes the available GFS-specific options that can be passed to GFS at mount time.
mount option, users are allowed to view ACLs (with
acl
-o
).
setfacl
pool0
command options, see the Linux
mount
acl
-o
block device is mounted on the
command options (for example,
mount
Chapter 9. Managing GFS
mount option. If a file sys-
getfacl
directory.
/gfs1/
man page.
mount
),
). For
-r

Advertisement

Table of Contents
loading

Table of Contents