MoSMB
Learn how to configure MoSMB for use with Filebase.
What is MoSMB?
MoSMB is an SMB2/SMB3 user server stack designed to run and manage workloads such as enterprise file servers, SQL servers, and Microsoft Hypervisor workloads. MoSMB can also be used for cluster file systems, Hadoop and big data workflows, and HPC management. MoSMB is available for Windows, macOS X, and Linux systems.
Read below to learn how to use MoSMB with Filebase.
1. Navigate to the /etc/mosmb/
folder and edit the s3.conf
file to resemble the following:
/etc/mosmb/
folder and edit the s3.conf
file to resemble the following:Replace the following configuration items:
filebase-bucket-name: Your Filebase Bucket Name
FILEBASE_ACCESS_KEY: Your Filebase Access Key
FILEBASE_SECRET_KEY: Your Filebase Secret Key
2. Next, open the /etc/mosmb/mosmb.conf
file and create a corresponding share to your S3 configuration:
/etc/mosmb/mosmb.conf
file and create a corresponding share to your S3 configuration:3. Restart the MoSMB service using the following command:
service mosmb restart
All data written to the SMB share will get uploaded to the configured Filebase bucket.
Last updated