代码搜索:RAID5

找到约 13 项符合「RAID5」的源代码

代码结果 13
www.eeworm.com/read/252270/12290213

txt 在linux下用软件实现raid功能.txt

作者:五一 日期:00-6-13 下午 03:06:28 在Linux下用软件实现RAID功能 (作者:薛启康 2000年05月22日 17:30)   数据安全性是人们在使用计算机中最重要的问题之一。通常情况下,人们会在服务器环境中采用硬盘镜像技术,以达到数据的双重备份。同样,在Linux环境下,我们也可以采用这种技术。   在Linux环境下,采用Raidtools工具 ...
www.eeworm.com/read/289664/8536094

txt raid种类和性能简单介绍.txt

raid种类和性能简单介绍 - 西祠胡同 用户 密码 注册新用户 在线:14791人 全站 胡同口 人群:新人类|男人|女人 地区:北京|上海|广州|南京|苏州|无锡|杭州|重庆|沈阳|成都|西安 伙伴 排行|帮助 时尚|数码|记者|汽车|旅游|房产|IT|生活|传媒|人文|文学|经济|娱乐|体育|艺术|情感|院校|教育|游戏| ...
www.eeworm.com/read/403176/11521115

txt 硬盘raid技术详解.txt

硬盘RAID技术详解 一.Raid定义   RAID(Redundant Array of Independent Disk 独立冗余磁盘阵列)技术是加州大学伯克利分校1987年提出,最初是为了组合小的廉价磁盘来代替大的昂贵磁盘,同时希望磁盘失效时不会使对数据的访问受损失而开发出一定水平的数据保护技术。RAID就是一种由多块廉价磁盘构成的冗余阵列,在操作系统下是作为一个独立的大型存储设 ...
www.eeworm.com/read/394238/8240993

txt raid5.c.txt

any questions,send email to netxiong@263.net 相关文件 ********************守护线程************************ 这是raid5的核心态守护线程,他扫描整那些可以被处理的stripe并处理他们。 (1)static void raid5d (void *data) while (!lis
www.eeworm.com/read/405722/11458786

txt raid简介.txt

raid简介 一.Raid定义   RAID(Redundant Array of Independent Disk 独立冗余磁盘阵列)技术是加州大学伯克利分校1987年 提出,最初是为了组合小的廉价磁盘来代替大的昂贵磁盘,同时希望磁盘失效时不会使对数据的访问受损 失而开发出一定水平的数据保护技术。RAID就是一种由多块廉价磁盘构成的冗余阵列,在操作系统下是作 为一个独立的 ...
www.eeworm.com/read/346510/11740700

java raid5.java

import java.io.IOException; import java.io.RandomAccessFile; class Raid5 implements Raid { String inFileName; String outFileName; RandomAccessFile in; RandomAccessFile out[]; int
www.eeworm.com/read/154775/11927204

c rrc_raid5.c

/* RAID5 driver for reconfiguration */ #include "raidreconf.h" #include "rrc_common.h" /* private contextual data for this driver */ typedef struct { int algorithm; /* which parity computation */
www.eeworm.com/read/154775/11927104

ideas

On Speeding up RAID5 Reconfiguration Pass 1: if we're adding disks for each new disk for each block if it's not a parity block convert it to a global block # & wish for it Pass 2: for each
www.eeworm.com/read/333835/3381873

patch raid5-configurable-cachesize.patch

Adds a module parameter to control raid5's internal cache size. Index: linux-2.6.9/drivers/md/raid5.c =================================================================== --- linux-2.6.9.orig/drivers/
www.eeworm.com/read/447901/1693219

patch raid5-configurable-cachesize.patch

Adds a module parameter to control raid5's internal cache size. Index: linux-2.6.9/drivers/md/raid5.c =================================================================== --- linux-2.6.9.orig/drivers/