FastDFS教程
FastDFS环境搭建
分布式文件系统FastDFS的HTTP访问
FastDFS在Java项目中开发示例
FastDFS在web项目中的应用
FastDFS分布式文件系统集群

FastDFS重启与FastDFS关闭

FastDFS重启

● 重启tracker

fdfs_trackerd /etc/fdfs/tracker.conf restart

● 重启storage

fdfs_storaged /etc/fdfs/storage.conf restart

FastDFS关闭

● 关闭tracker执行命令

在任意目录下执行:fdfs_trackerd /etc/fdfs/tracker.conf stop

● 关闭storage执行命令

在任意目录下执行:fdfs_storaged /etc/fdfs/storage.conf stop 

或者kill关闭fastdfs,但不建议在线上使用 kill -9 强制关闭,因为可能会导致文件信息不同步问题。

全部教程