danilop / yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
http://danilop.github.io/yas3fs
MIT License
640 stars 98 forks source link

/etc/fstab support for ubuntu 18.04 #188

Open grinevri opened 3 years ago

grinevri commented 3 years ago

I tried to follow instructions from the /etc/fstab support section to mount yas3fs on Ubuntu 18.04 after reboot: It says:

# Put contrib/mount.yas3fs to /usr/local/sbin and make the symlink

But there is no file mount.yas3fs in the contrib folder. These are the only files there:

mount.yas3fs.amzn1
mount.yas3fs.centos6

Is there any way how I can mount yas3fs on Ubuntu 18.04 after reboot?

jazzl0ver commented 3 years ago

You need to create your own mount.yas3fs script for your OS (Ubuntu). You may use one of the supplied mount scripts as a base.