Open wojciehm opened 6 years ago
Hi,
I am trying to setup wordpress with oss as an endpoint. Mount from command line works fine but I want to mount it automatically during boot.
I tried the following ossfs#bucketname-wordpress /data/ossfs/wp-content fuse allow_other,use_cache=/tmp/cache 0 0
ossfs#bucketname-wordpress /data/ossfs/wp-content fuse allow_other,use_cache=/tmp/cache 0 0
but it isn't working.
How can I mount bucket during boot?
me 2
@MichaelIT There is a document which describes the process. I found it http://data-migration.oss-ap-southeast-1.aliyuncs.com/MountOSSasLocalFilesystemusingOSSFS.pdf
Hi,
I am trying to setup wordpress with oss as an endpoint. Mount from command line works fine but I want to mount it automatically during boot.
I tried the following
ossfs#bucketname-wordpress /data/ossfs/wp-content fuse allow_other,use_cache=/tmp/cache 0 0
but it isn't working.
How can I mount bucket during boot?