The string-based mount matching within the file system capacity monitor is designed to accept a * wildcard at the end of the string only. Full regular expression matching is not currently supported.\n
\n
Functional Examples:\n
\n
/uo* - matches all: /u01, /u02, etc.\n
/u01 - matches just /u01\n
\n
Invalid Examples:\n
\n
*tmp*\n
/oracle/???/sapdata*\n
/*/*/sapdata*
\n
Functional Examples:\n
\n
/uo* - matches all: /u01, /u02, etc.\n
/u01 - matches just /u01\n
\n
Invalid Examples:\n
\n
*tmp*\n
/oracle/???/sapdata*\n
/*/*/sapdata*