It is against the law in Zambia to raid a house without a warrant but the villagers I spoke with said the scouts offered no documents that would have justified the raid.
在赞比亚,没有授权的情况下突袭民宅属于非法行为,但是我采访到的村民都说巡防队拿不出证明突袭合法的文件。
The concept behind Software RAID is simple — it allows you to combine two or more block devices (usually disk partitions) into a single RAID device.
软件RAID的概念很简单——使您可以将两个或多个块设备(通常是磁盘分区)组合为单个RAID设备。
The storage should be optimized with a proper RAID configuration, such as a RAID 5 setup with a hot spare disk.
该存储必须通过适当的RAID配置进行优化,比如一个附带热备份磁盘的 RAID5设置。
AIX has many levels of RAID technology incorporated into it for no additional cost; these technologies can be employed at a software level, such as striping (RAID 0) and mirroring (RAID 1).
AIX已经融合了很多级别的RAID技术,且无任何其他的成本;这些技术可在软件级别上使用,比如条带化(RAID0)和镜像(RAID1)。
RAID-5 and RAID-6 are more frugal with respect to storage capacity, but they typically require additional hardware processing to avoid burdening the processor with the parity calculations.
关于存储容量方面RAID - 5和RAID - 6更节省,但是它们通常需要额外硬件处理来避免奇偶校验计算加重处理器负荷。
And (of course:) catch my second Software RAID article, in which we'll take a look at some more advanced Software RAID functionality and RAID-1.
您还应当然:读我的第二篇软件RAID文章,我将在其中探讨软件RAID的某些高级功能和RAID - 1。
RAID-0 is ideal for applications for which you need maximum IO performance, since it's the highest-performing RAID mode available.
RAID - 0对于需要获得最大io性能的应用程序来说很理想,因为它是目前性能最好的RAID模式。
Neither one is technically a form of RAID at all, since RAID stands for "redundant array of inexpensive disks", and RAID-0 and linear mode don't provide any kind of data redundancy.
从技术上讲,二者都不是RAID,因为 RAID代表“廉价磁盘冗余阵列”,而RAID-0和线性模式都不提供任何类型的数据冗余。
Because there's no way to update all disks atomically, it's possible to produce the well-known RAID 5 write hole problem (where a stripe is inconsistent across the drives of the RAID set).
因为没有方法自动更新所有磁盘,所以这可能产生众所周知的RAID5写入漏洞问题(其中在raid集的驱动器中条带是不一致的)。
This will allow the kernel to auto-start your RAID volume at boot-time, as well as allow you to create a root RAID filesystem if you so desire.
这将允许内核在引导时自动启动raid卷,如果您愿意,您还可以创建一个raid根文件系统。
There are, in general, two types of disk subsystems to consider: RAID and non-RAID.
一般要考虑两种类型的磁盘子系统:RAID和非raid。
An example of a RAID configuration would be to take two hard disks, each 80gb in size, and RAID them into a single unit 160gb in size.
RAID配置的一个例子是使用两个硬盘,每个大小为80gb,做RAID配置成160gb大小的单一单元。
For example, you can protect three devices with RAID-Z (RAID-Z 1); with four devices, you can use RAID-Z 2 (double parity, similar to RAID6).
例如,您可以通过RAID - Z (RAID - Z1)来保护三个设备;对于四个设备,您可以使用RAID - Z2(双重奇偶校验,类似于RAID6)。
Although RAID-5 can support failure of a single drive, RAID-6 can support two drive failures (though more capacity is consumed through parity information).
尽管RAID - 5支持一个驱动器故障,而RAID - 6可以支持两个驱动器故障(尽管奇偶校验信息消耗更多的容量)。
The space will also be affected by the type of RAID-Z configuration required (more on this in the RAID-Z Options section).
空间还会受到所需RAID - Z配置类型的影响(在RAID - z选项一节中,有更多关于这方面的介绍)。
If you don't mark your raid partitions this way, you'll need to type "raidstart — all" after every boot before you can mount your raid volumes.
如果您没有以这种方式标记raid分区,则在每次引导之后,必须首先输入“raidstart——all ”才能挂载raid卷。
There are two host bus adapters (HBAs) on the server, two SAN switches, and two RAID controllers on the RAID array.
服务器上有两个主机总线适配器 (HBAs)、RAID阵列上有两个SAN交换机和两个 RAID控制器。
The Linux kernel uses this information to auto-detect and start up RAID arrays at boot time, so you should make sure that every RAID volume you create is configured to do this.
Linux内核使用这些信息在引导时自动检测并启动RAID阵列,因此您应确保对您创建的每个 RAID卷进行了这种配置。
Using Software RAID, you can combine these partitions and address them as a single RAID device, /dev/md0.
使用软件RAID,您就能将这些分区组合起来,并将它们作为单个 RAID设备 /dev/md0 来处理。
On a side note, in mathematical terms, RAID 1 is an AND function, whereas RAID 0 is an OR.
从一个方面说明,在数学术语上,RAID1是“和”函数,而RAID0是“或”函数。
Software RAID allows you to dramatically increase Linux disk IO performance and reliability without buying expensive hardware RAID controllers or enclosures.
软件RAID使您不必购买昂贵的硬件 RAID控制器和附件就能极大地增强Linux磁盘的IO性能和可靠性。
Each Domino partition has a mirrored pair of SCSI transaction log drives, hardware RAID 1 mirroring using the 2498 or similar SCSI RAID adapter.
每个Domino分区都有一对镜像SCSI事务日志驱动器,硬件RAID1镜像使用2498或类似的SCSI RAID适配器。
In my previous article, I introduced you to Linux 2.4's software RAID functionality, showing you how to set up linear, RAID-0, and RAID-1 volumes.
在我的前一篇文章中,我介绍了Linux 2.4的软件RAID功能,并且说明了如何创建线性卷、RAID - 0卷和RAID - 1卷。
But for the same reason, linear mode has the liability of lacking scale in performance compared to RAID-0, RAID-4, RAID-5, and to some extent RAID-1.
但也正是由于这一原因,线性模式与RAID - 0、RAID - 4、RAID - 5相比有性能不足的倾向,在某种程度上也不如RAID - 1。
Other RAID levels include RAID-5, which includes block-level striping with distributed parity codes across disks, and RAID-6, which includes block-level striping with double distributed parity.
其他RAID级别包括RAID - 5和RAID - 6, RAID - 5跨磁盘包含分布式奇偶校验码的块级条带化,RAID - 6包含带有双重分布式奇偶校验的块级条带化。
There are two forms of RAID: linear and RAID-0 mode.
有两种RAID形式:线性模式和RAID - 0模式。
raid-devices=2 specifies how many disks (devices) are going to be used in the creation of the new RAID device.
raid-devices=2指定创建新的RAID设备会用到多少磁盘(设备)。
In this article, Daniel explains what software RAID-1, 4, and 5 can and cannot do for you and how you should approach the implementation of these RAID levels in a production environment.
在本文中,Daniel将说明软件RAID - 1、4和5能做什么和不能做什么,以及应该如何在生产环境中实现这些RAID方案。
In this article, Daniel explains what software RAID-1, 4, and 5 can and cannot do for you and how you should approach the implementation of these RAID levels in a production environment.
在本文中,Daniel将说明软件RAID - 1、4和5能做什么和不能做什么,以及应该如何在生产环境中实现这些RAID方案。
应用推荐