Difference between revisions of "CLI/opt/--enable-fs"
Jump to navigation
Jump to search
(Redirected page to Mountpoints) |
(Add description) Tag: Removed redirect |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | Support for checkpoint/restore of a file system type often needs to be explicitly implemented, as each file system may have a unique set of features and just mounting anything would be wrong. However, some file systems do not require special processing. A list of comma-separated, currently unsupported, file system names that would "just work" can be specified with the <code>--enable-fs</code> option (e.g. <code>--enable-fs hugetlbfs</code>). In addition, the value <code>all</code> can be used to will match ''any'' unsupported file system. | |
| + | |||
| + | {{Note| When this option is used, '''restore''' may fail if the specified file system requires any special restore logic.}} | ||
| + | |||
| + | == See also == | ||
| + | |||
| + | * [[Mount points]] | ||
| + | * [[External mount devices]] | ||
| + | |||
| + | [[Category:External]] | ||
[[Category:CLI]] | [[Category:CLI]] | ||
Latest revision as of 22:43, 24 February 2020
Support for checkpoint/restore of a file system type often needs to be explicitly implemented, as each file system may have a unique set of features and just mounting anything would be wrong. However, some file systems do not require special processing. A list of comma-separated, currently unsupported, file system names that would "just work" can be specified with the --enable-fs option (e.g. --enable-fs hugetlbfs). In addition, the value all can be used to will match any unsupported file system.
| Note: When this option is used, restore may fail if the specified file system requires any special restore logic. |