Compiling ossfs on Rocky Linux 9

ossfs allows you to mount the object storage OSS bucket to the local file system in a Linux environment, enabling you to manipulate OSS objects just like local files, facilitating data sharing. Operating Environment:Rocky Linux release 9.2 (Blue Onyx) 1. Dependency Packages dnf install gcc-c++ autoconf automake libtool libcurl-devel gettext-devel 2. Compiling libfuse from Source … Read more

Installing and Using MinIO on Linux

Installing and Using MinIO on Linux

MinIO is a high-performance cloud-native object storage solution that is compatible with the Amazon S3 API. Below is a detailed explanation of its installation and deployment on Linux systems. 1. MinIO Installation Methods Method 1: Direct Installation from Binary Download the latest version bash wget https://dl.min.io/server/minio/release/linux-amd64/miniochmod +x miniosudomv minio /usr/local/bin/ Create Storage Directory and Start … Read more