diff --git a/source/includes/common-installation.rst b/source/includes/common-installation.rst index 3725bc02..88e1f353 100644 --- a/source/includes/common-installation.rst +++ b/source/includes/common-installation.rst @@ -139,7 +139,7 @@ require root (``sudo``) permissions. :class: copyable groupadd -r minio-user - useradd -M -r -g minio-user miniouser + useradd -M -r -g minio-user minio-user chown minio-user:minio-user /mnt/disk1 /mnt/disk2 /mnt/disk3 /mnt/disk4 The specified disk paths are provided as an example. Change them to match @@ -249,4 +249,4 @@ MinIO **does not** support arbitrary migration of a drive with existing MinIO data to a new mount position, whether intentional or as the result of OS-level behavior. -.. end-local-jbod-desc \ No newline at end of file +.. end-local-jbod-desc