FastDSF installation and simple use

FastDFS distributed file system Link to Baidu online disk of the same version: https://pan.baidu.com/s/1a6XgywCoAyM3CiVS-rrVAA Extraction code: qq13 1, Introduction to FastDFS (Fast Distribution File System) FastDFS is an open source distributed file system. Its functions mainly include: file storage, file synchronization, file access ( ...

Added by nwoottonn on Tue, 08 Feb 2022 13:00:04 +0200

Part 2 of a series of learning distributed file system FastDFS -- building Tracker and Storage of FastDFS in Linux Environment

Start to build FastDFS environment. We build a stand-alone version. Operating system: CentOS7 X64. If you don't understand, you can check my blog: https://blog.csdn.net/BiandanLoveyou/article/details/81113406 Fix your own CentOS IP address and view the blog: https://blog.csdn.net/BiandanLoveyou/article/details/116384534 Step 1: Download an ...

Added by miltonos on Wed, 02 Feb 2022 18:29:52 +0200

Centos7 builds FastDFS file server

FastDFS 1. Introduction to FastDFS FastDFS is an open source distributed file system. It manages files. Its functions include file storage, file synchronization, file access (file upload, file download), etc. It solves the problems of mass storage and load balancing. It is especially suitable for online services based on documents, such as ph ...

Added by jdesilva on Tue, 01 Feb 2022 21:34:21 +0200

FastDFS concise tutorial

FastDFS 1, Introduction to FastDFS 1. Why do I need FastDFS In the distributed cluster environment, when a file is uploaded to node A and node B is accessed through the load balancing algorithm, the file cannot be accessed. At this time, the problem of sometimes accessible and sometimes inaccessible will occurAt the same time, redundant ...

Added by dpearcepng on Fri, 14 Jan 2022 14:41:13 +0200

Using FastDFS under Linux

1, What is FastDFS Is an open source lightweight distributed file system for file management. Function: File storage, file access, file upload and download. Single storage size: 4k–500M Benefits: A large number of storage and load balancing problems are solved. Use: Suitable for file online services, such as video website, Tencent video, p ...

Added by rockyracoon on Mon, 03 Jan 2022 11:30:33 +0200

CentOS 7 installing FastDFS V6.0.3

What is FastDFS? FastDFS is an open source distributed file system. It manages files. Its functions include file storage, file synchronization, file access (file upload, file download), etc. It solves the problems of mass storage and load balancing. It is especially suitable for online services based on documents, such as photo album websites, ...

Added by Tristan Wells on Fri, 26 Nov 2021 12:49:05 +0200

FastDFS installation, configuration and use

1. Introduction Official website: https://github.com/happyfish100/ Configuration document: https://github.com/happyfish100/fastdfs/wiki FastDFS is an open source distributed file system written in c language. It fully considers redundant backup, load balancing, linear capacity expansion and other mechanisms, and pays attention ...

Added by TLawrence on Sat, 16 Oct 2021 10:01:53 +0300