Can you mount an S3 bucket (AWS, Backblaze, etc)

ljvb

Dabbler
Joined
Jul 14, 2014
Messages
30
As the subject states. I currently have a very high power bill (DL380G8s with 25 sff drives), bunch of DL360's running VMWare, etc. I also run a bunch of VPSs, and have gig fiber.

Goal is to move more of the services I run at home to the VPSs, getting rid of a few of the VMWare servers.

I know it's possible, I just have not found a way to do it within FreeNAS. I know rclone has a mount command. I am not looking for backup, I already have that setup fine. But I want to mount a B2 bucket so I can read and write to it with the various services (iscsi, SMB, etc), that would persist through reboots.
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
We perform statfs call during share creation to validate that path is on ZFS and raise a validation error if it is not, so this is a non-starter probably (aside from the fact that it's not supported).
 
Top