diff --git a/source/operations/install-deploy-manage/deploy-minio-single-node-single-drive.rst b/source/operations/install-deploy-manage/deploy-minio-single-node-single-drive.rst index aadd85ce..dc7ae562 100644 --- a/source/operations/install-deploy-manage/deploy-minio-single-node-single-drive.rst +++ b/source/operations/install-deploy-manage/deploy-minio-single-node-single-drive.rst @@ -15,6 +15,7 @@ The procedures on this page cover deploying MinIO in a Single-Node Single-Drive Starting with :minio-release:`RELEASE.2022-06-02T02-11-04Z`, MinIO implements a zero-parity erasure coded backend for single-node single-drive deployments. This feature allows access to :ref:`erasure coding dependent features ` without the requirement of multiple drives. +This mode **requires** accessing stored objects through the S3 API, and does **not** support direct access to objects through the filesystem/POSIX interface. MinIO only starts in |SNSD| mode if the storage volume or path is empty *or* only contain files generated by a previous |SNSD| deployment. See the documentation on :ref:`SNSD behavior with pre-existing data ` for more information. @@ -99,4 +100,4 @@ The following procedure deploys MinIO consisting of a single MinIO server and a .. cond:: windows - .. include:: /includes/windows/steps-deploy-minio-single-node-single-drive.rst \ No newline at end of file + .. include:: /includes/windows/steps-deploy-minio-single-node-single-drive.rst