Chapter 5. Managing GFS
33
Mounting With ACL Manipulation
mount -t gfs -o acl
BlockDevice MountPoint
-o
acl
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.
5.2.2. Example
In this example, the GFS file system on
/dev/vg01/lvol0
is mounted on the
/gfs1
directory.
mount -t gfs /dev/vg01/lvol0 /gfs1
5.2.3. Complete Usage
mount -t gfs
BlockDevice MountPoint
-o
option
The
-o
option
consists of GFS-specific options (refer to Table 5-2) or acceptable stan-
dard Linux
mount -o
options, or a combination of both. Multiple
option
parameters
are separated by a comma and no spaces.
Note
The
mount
command is a Linux system command. In addition to using GFS-specific op-
tions described in this section, you can use other, standard,
mount
command options (for
example,
-r
). For information about other Linux
mount
command options, see the Linux
mount
man page.
Table 5-2 describes the available GFS-specific
-o
option
values that can be passed to
GFS at mount time.
Содержание GFS 6.1 -
Страница 1: ...Red Hat GFS 6 1 Administrator s Guide ...
Страница 6: ......
Страница 14: ...viii Introduction ...
Страница 24: ...10 Chapter 1 GFS Overview ...
Страница 28: ...14 Chapter 2 System Requirements ...
Страница 40: ...26 Chapter 3 Installing GFS ...
Страница 72: ...58 Chapter 5 Managing GFS ...
Страница 80: ...66 Appendix A Upgrading GFS ...
Страница 84: ......