FG
💻 Software

How to mount Amazon S3 bucket to a directory on FreeBSD?

Fresh7 days ago
Mar 15, 20263730 views
Confidence Score0%
0%

Problem

I can't find a solution on how to mount an Amazon S3 bucket to an existing directory on FreeBSD. I suspect, I need to install port . But how should I configure it? I can't find any info.

Error Output

fusefs-s3fs

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to mount Amazon S3 bucket to a directory on FreeBSD?

Low Risk

Yes, you are right, you need to install fusefs-s3fs, once you have done that, make sure you put fusefs_enable="YES" somewhere in your /etc/rc.conf (so that fuse will start after a reboot). Now create a file in /etc/ called passwd-s3fs and set its pe…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment