Man Linux: Main Page and Category List

NAME

       mounted.ocfs2 - Detects all OCFS2 volumes on a system.

SYNOPSIS

       mounted.ocfs2 [-d] [-f] [device]

DESCRIPTION

       mounted.ocfs2 is used to detect OCFS2 volume(s) on a system.  This tool
       assumes that the nodes detected on the system  are  part  of  the  same
       cluster as the one specified in /etc/ocfs2/cluster.conf.

OPTIONS

       -d     Lists the OCFS2 volumes along with their labels and uuids.  If a
              device  is  not  specified,  it  scans  all   the   devices   in
              /proc/partitions.

       -f     Lists  the  OCFS2 volumes along with the list of nodes that have
              mounted the volume. The  node  names  are  listed  if  the  O2CB
              cluster  is  online. Note: As this information is gathered using
              dirty-read, the information may be stale.

EXAMPLES

       [root@node1 ~]# mounted.ocfs2 -d
       Device      FS     UUID                                  Label
       /dev/sdb1   ocfs2  26d5dcdf-6d87-45a7-b01a-b98a7791bd61  logs_0405

       [root@node1 ~]# mounted.ocfs2 -f
       Device      FS     Nodes
       /dev/sdb1   ocfs2  node15, node1

SEE ALSO

       mkfs.ocfs2(8)    fsck.ocfs2(8)     tunefs.ocfs2(8)     debugfs.ocfs2(8)
       ocfs2console(8) o2cb(7)

AUTHORS

       Oracle Corporation

COPYRIGHT

       Copyright © 2004, 2009 Oracle. All rights reserved.