hjwsm1989 / ceph-dokan

CephFS Client on Win32 based on Dokan 0.6.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

============================================ Ceph-Dokan

CephFS Client on Win32 based on Dokan 0.6.0

Introduction

This program is based on original Ceph code and modifid for Win32 Platform.

It is compiled by gcc/g++, so it is native Win32 program.

How to use

First install Dokan 0.6.0 on your Windows.

Dokan 0.6.0 support Windows XP/Vista/7/2008/8/2012.

If you use Win8 or Win2012, you need install Dokan in Windows 7 compatibility mode.

If you compile dokan yourself, you will need to sign the dokan.sys with your own cert.

Now you can use ceph-dokan on your Windows and get full speed access to CephFS without slowly Samba.

ceph-dokan.exe
 -c CephConf  (ex. /r c:\ceph.conf)
 -l DriveLetter (ex. /l m)

Example: ceph-dokan.exe -c ceph.conf -l m

Then you will see a new Drive[M:] in your explorer.

How to compile

Download MinGW from http://ceph.com/misc/MinGW-20150115.zip

Unzip the MinGW-20150115.zip to C:\

Open C:\MinGW\msys\1.0\msys.bat you will get a MINGW32 bash shell.

Git clone the ceph-dokan, in MINGW32 shell cd ceph-dokan code directory, just input the command 'make', after serval min you will get ceph-dokan.exe and libcephfs.dll.

Future

Ceph-Dokan will get continuous improvement and upgrade with upstream Ceph code.

About

CephFS Client on Win32 based on Dokan 0.6.0

License:GNU General Public License v2.0


Languages

Language:C++ 92.1%Language:C 7.8%Language:Makefile 0.1%