之前设置WordPress使用阿里云OSS存储图片,今天出问题了。设置方法在这里
错误提示:cannot access oss: Transport endpoint is not connected
解决方案如下:
- 去除挂载
- 重启Cloudfs服务
- 设置权限
[cc lang=”bash”]
umount /mnt/oss
service cloudfs restart
chmod 666 /mnt/oss
[/cc]
之前设置WordPress使用阿里云OSS存储图片,今天出问题了。设置方法在这里
错误提示:cannot access oss: Transport endpoint is not connected
解决方案如下:
[cc lang=”bash”]
umount /mnt/oss
service cloudfs restart
chmod 666 /mnt/oss
[/cc]
如果您使用了本文的内容,请按照以下方式引用:
gaoch (2015). cloudfs无法上传的故障排除. BIO-SPRING. /post/2015/09/27/2015-09-27-cloudfs-upload-failed/
BibTeX citation
@misc{
title = "cloudfs无法上传的故障排除",
author = "gaoch",
year = "2015",
journal = "BIO-SPRING",
note = "/post/2015/09/27/2015-09-27-cloudfs-upload-failed/"
}