安装好Linux,我给自己列了一系列需要安装的程序如下:synergy(电脑之间共享键鼠的工具)subersion(svn,大家都知道的,有些自带安装)fuse+ntfs-3g(使Linux能够读写ntfs分区)rar for linux最新版firefoxieee80211+ipw2200(无线驱...
分类:
移动开发 时间:
2014-08-04 23:54:58
阅读次数:
230
glusterfs文件系统是一个分布式的文件系统,但是与很多分布式文件系统不一样,它没有元数服务器,听说swift上也是应用了这个技术的。glusterfs中每个xlator的配置信息都是用dict进行管理的。dict这玩意儿,说白了就是一个hash表,是一个key/value的内存数据库。今天.....
分类:
其他好文 时间:
2014-07-31 16:24:47
阅读次数:
229
Logging.c:/* Copyright (c) 2008-2012 Red Hat, Inc. This file is part of GlusterFS. This file is licensed to you under your choice of the GNU Lesse...
分类:
其他好文 时间:
2014-07-29 21:13:02
阅读次数:
382
当没有ntfs的内核支持包的时候,用以下方法挂载ntfs移动硬盘一.下载所需源码fuse最新版本官网下载地址:http://sourceforge.net/projects/fuse/files/fuse-2.X/2.8.3/fuse-2.8.3.tar.gz/downloadntfs-3g最新版本官网下载地址:http://www.tuxera.com/opensource/ntfs-3g-2010.1..
分类:
系统相关 时间:
2014-07-21 15:41:18
阅读次数:
333
经查找资料发现,linux也是可以支持ntfs格式分区的,只是需要安装ntfs-3g插件。CentOS挂载ntfs移动硬盘的具体步骤:1 安装fuse。下载fuse-2.9.3.tar.gz http://cznic.dl.sourceforge.net/project/fuse/fuse-2.X/...
分类:
移动开发 时间:
2014-07-20 09:26:15
阅读次数:
299
下载第三方库rpmforge,找到合适自己版本的rpmforge下载,用以支持NTFS格式硬盘和MP3格式音频或其他http://pkgs.repoforge.org/rpmforge-release/支持ntfs格式# yum install fuse-ntfs-3g下载音乐播放器# yum in...
分类:
其他好文 时间:
2014-07-19 14:23:13
阅读次数:
164
sshfs指令可以通过ssh协议挂载远程主机上的目录,该软件需要手动安装。sshfs2.3的版本安装如下wgethttp://sourceforge.net/projects/fuse/files/sshfs-fuse/2.3/sshfs-fuse-2.3.tar.gz/downloadwget
tarxfdownload
cddownload
./configure&&make&&makeinstall
..
分类:
其他好文 时间:
2014-07-14 16:27:08
阅读次数:
199
glusterfs中的内存管理方式: 1 struct mem_pool * 2 mem_pool_new_fn (unsigned long sizeof_type, 3 unsigned long count, char *name) 4 { 5 ...
分类:
其他好文 时间:
2014-07-08 21:50:47
阅读次数:
441
You can easily mount remote server file system or your own home directory using special sshfs and fuse tools.FUSE - Filesystem in UserspaceFUSE is a L...
分类:
系统相关 时间:
2014-07-05 16:58:48
阅读次数:
294
SSH是网络中最常用的文件传输协议,sshfs允许你将远程文件系统挂载到本地挂载点上。GNU/Linux并不默认包含sshfs。用软件包管理器安装这个工具。sshfs是FUSE文件系统的一个扩展,FUSE允许其支持的操作系统像使用本地文件系统一样挂载各类数据。将远程主机上的文件系统挂载到本地..
分类:
其他好文 时间:
2014-07-02 16:13:32
阅读次数:
230