代码搜索:raid
找到约 1,564 项符合「raid」的源代码
代码结果 1,564
www.eeworm.com/read/344164/11905344
h rf_raid1.h
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
*
* Author: William V. Courtright II
*
* Permission to use, copy, modify and distribute this software and
* its docume
www.eeworm.com/read/154775/11927154
txt software-raid.howto.txt
The Software-RAID HOWTO
Jakob OEstergaard (jakob@ostenfeld.dk)
v. 0.90.2 - Alpha, 27th february 1999
This HOWTO describes how to use Software RAID under Linux. You must be
using the RAID pa
www.eeworm.com/read/154775/11927157
dvi software-raid.howto.dvi
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/11927208
sample raid5.conf.sample
# Sample raid-5 configuration
raiddev /dev/md0
raid-level 5
nr-raid-disks 3
chunk-size 4
# Parity placement algorithm
#parity-algorithm left-asymmetric
#
# the best one for maximum performance
www.eeworm.com/read/154775/11927234
8 raid0run.8
.\" -*- nroff -*-
.TH raid0run 8
.SH NAME
raid0run \- starts up old (superblock-less) RAID0/LINEAR arrays
.SH SYNOPSIS
\fBraid0run\fR [--configfile] [--version] [--force]
[--upgrade] [-acvfuv]
www.eeworm.com/read/154775/11927280
sample raid4.conf.sample
# Sample raid-4 configuration
raiddev /dev/md0
raid-level 4
nr-raid-disks 3
chunk-size 4
# Spare disks for hot reconstruction
#nr-spare-disks 0
device /dev/hda1
raid-disk 0
device /dev/h
www.eeworm.com/read/154775/11927286
c rrc_raid0.c
/*
* RAID-0 driver code for the raidreconf utility
* (C) 1999,2000 by Jakob Oestergaard
*
* This source is covered by the GNU GPL, the same as all Linux kernel
* sources.
*/
#include "raidrecon
www.eeworm.com/read/154775/11927292
sample raid0.conf.sample
# Sample raid-0 configuration
raiddev /dev/md0
raid-level 0 # it's not obvious but this *must* be
# right after raiddev
persistent-superblock 0 # set this to 1 if you want autos