<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Object Storage on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/object-storage/</link><description>Recent content in Object Storage on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Sat, 07 Feb 2026 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/object-storage/atom.xml" rel="self" type="application/rss+xml"/><item><title>MinIO Multi-Node, Multi-Disk Deployment and Operations</title><link>https://www.chenshaowen.com/en/blog/minio-multi-node-multi-disk-deployment-and-maintenance.html</link><pubDate>Sat, 07 Feb 2026 00:00:00 +0000</pubDate><atom:modified>Sat, 07 Feb 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/minio-multi-node-multi-disk-deployment-and-maintenance.html</guid><description>1. Environment Preparation 1.1 Preparing Data Disks Inspect the data disks 1 lsblk -d -o NAME,SIZE,TYPE | grep nvme 1 2 3 4 nvme0n1 745.2G disk nvme1n1 745.2G disk nvme2n1 745.2G disk nvme3n1 745.2G disk Prepare the storage directories 1 2 3 for i in {0..3}; do mkdir -p /mnt/data${i} done Format the data disks 1 2 3 for i in {0.</description><dc:creator>微信公众号</dc:creator><category>MinIO</category><category>Storage</category><category>Distributed Systems</category><category>Operations</category><category>Learning</category><category>Object Storage</category><category>S3</category><category>Deployment</category><category>High Availability</category></item></channel></rss>