21.18. Mounting a Stratis file system
Mount an existing Stratis file system to access the content.
Prerequisites
-
Stratis is installed and the
stratisdservice is running. For more information, see Installing Stratis. - A Stratis file system is created. For more information, see Creating a Stratis file system.
Procedure
To mount the file system, use the entries that Stratis maintains in the
/dev/stratis/directory:# mount /dev/stratis/my-pool/my-fs mount-pointThe file system is now mounted on the mount-point directory and ready to use.
참고Unmount all file systems belonging to a pool before stopping it. The pool will not stop if any file system is still mounted.