Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceph/ceph-dokan
CephFS Client on Win32 based on Dokan 0.6.0
https://github.com/ceph/ceph-dokan
Last synced: 3 months ago
JSON representation
CephFS Client on Win32 based on Dokan 0.6.0
- Host: GitHub
- URL: https://github.com/ceph/ceph-dokan
- Owner: ceph
- License: gpl-2.0
- Archived: true
- Fork: true (ketor/ceph-dokan)
- Created: 2015-01-05T18:53:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T10:06:50.000Z (over 7 years ago)
- Last Synced: 2024-07-16T13:05:17.359Z (4 months ago)
- Language: C++
- Size: 2.57 MB
- Stars: 42
- Watchers: 34
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
============================================
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 & install TDM-GCC from http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/tdm-gcc-5.1.0-3.exe/download
Download Boost Libs in C:\boost_1_63_0
Compile boost system if you want (libboost_system-mgw51-mt-1_63.a precompiled in repo, no need to compile):
bootstrap.bat gcc
b2 toolset=gcc --with-system
Then you will get libboost_system-mgw51-mt-1_63.a in stage\lib of your boost directory.
Git clone the ceph-dokan, open cmd and cd ceph-dokan code directory, just input the command 'mingw32-make', after serval minutes you will get ceph-dokan.exe and libcephfs.dll.
Future
-----------
Ceph-Dokan will get continuous improvement and upgrade with upstream Ceph code.