⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 raidstart.8

📁 create raid tool at linux
💻 8
字号:
.\" -*- nroff -*-.TH raidstart 8.SH NAMEraidstart, raidstop, \- command set to manage md devices..SH SYNOPSIS.BI raidstart[options] <raiddevice>*.BI raidstop[options] <raiddevice>*.SH DESCRIPTIONRAID devices are virtual devices created from two or more real blockdevices. This allows multiple disks to be combined into a singlefilesystem, possibly with automated backup and recovery. Linux RAIDdevices are implemented through the md device driver.If you're using the.B /procfilesystem,.B /proc/mdstatgives you informations about md devices status.Currently, Linux supports linear md devices, RAID0 (striping), RAID1 (mirrroring), and RAID4 and RAID5. For information onthe various levels of RAID, check out:     http://ostenfeld.dk/~jakob/Software-RAID.HOWTO/for new releases of the RAID driver check out:     ftp://ftp.fi.kernel.org/pub/linux/daemons/raid/alphaAvaible commands are :.br.B mkraid: configures (creates) md (RAID) devices in the kernel, banding multiple devices into one..br.B raidstart: activates (starts) an existing 'persistent' md device.br.B raid0run: activates old nonpersistent RAID0/LINEAR md devices.br.B raidstop: turns off an md device, and unconfigures (stops) it.brBy default, a systems RAID configuration is kept in \fB/etc/raidtab\fR, whichcan configure multiple RAID devices. All of these tools work similiarly. If \fB-a\fR (or \fB-\-all\fR) isspecified, the specified operation is performed on all of the RAIDdevices mentioned in the configuration file. Otherwise, one or moreRAID devices must be specified on the command line. For example:.B raid0run -aStarts all of the 'old' RAID0 RAID devices specified in \fB/etc/raidtab\fR. Ifonly \fI/dev/md1\fR should be started, the following commandshould be used instead:.B raidstart /dev/md1.SH OPTIONS.IP "\fB\-a\fP, \fB\-\-all\fP"Apply the command to all of the configurations specified in the config file..IP "\fB-c\fP, \fB\-\-configfile\fP \fIfilename\fR"Use \fIfilename\fR as the configuration file (\fB/etc/raidtab\fR is usedby default)..IP "\fB\-h\fP, \fB\-\-help\fP"Displays a short usage message, then exits..IP "\fB\-V\fP, \fB\-\-version\fP"Displays a short version message, then exits..SH NOTESThe raidtools are derived from the md-tools and raidtools packages, whichwere originally written by Marc Zyngier, Miguel de Icaza, Gadi Oxman, Bradley Ward Allen, and Ingo Molnar..SH BUGSno known bugs..SH SEE ALSO.IR raidtab (5),.IR raid0run (8),.IR raidstop (8),.IR mkraid (8)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -