zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

File systems part III – cluster filesystems

March 13, 2011 by Igor Drobot Leave a Comment


GFS2 – the Global File System
Very responsive on large files.

It allows a cluster of computers to simultaneously use a block device that is shared between them (with FC, iSCSI, NBD, etc…). GFS reads and writes to the block device like a local filesystem, but also uses a lock module to allow the computers coordinate their I/O so filesystem consistency is maintained.
[Read more…]

Filed Under: Linux Tagged With: cluster filesystem, GFS2, OCFS2

File systems part II – ext3 and ext4

March 13, 2011 by Igor Drobot Leave a Comment

What are the differences between ext3 and ext4?
Ext3
Journaling: Yes
Creation timestamps: No
Max file size: 16 GB – 2 TB
Max Volume size: 256 TB
[Read more…]

Filed Under: Linux Tagged With: ext3, ext4

Apache 2.4 overview

March 10, 2011 by Igor Drobot Leave a Comment


Good news from apache – Many new features and enhancements has been integrated in the development version of the next Apache.

By the way on my birhday on 7th of march was apache 2.3.11-beta released, With nice features:)
[Read more…]

Filed Under: Linux Tagged With: Apache 2, Apache 2.3, Apache 2.4

RAID 6

March 10, 2011 by Igor Drobot Leave a Comment

A RAID 6 is another form of parity protection for disks. Called dual parity too.

Requirements: 4 Disks
Capacity: (Size of Smallest Drive) * (Number of Drives – 2)
Read: Very good read performance
Write: Poor write performance due to dual parity overhead and complexity

For this RAID level you should use a hardware controller.

Filed Under: Linux Tagged With: RAID, RAID 6

RAID 5

March 10, 2011 by Igor Drobot Leave a Comment

A RAID 5 uses block-level striping with parity data distributed across all member disks.

Requirements: At least 3 drives
Fault Tolerance: (N – 1) Can tolerate loss of one drive
Capacity: (Size of Smallest Drive) * (Number of Drives – 1)

Filed Under: Linux Tagged With: RAID, RAID 5

  • « Previous Page
  • 1
  • …
  • 36
  • 37
  • 38
  • 39
  • 40
  • …
  • 62
  • Next Page »
Yeaaah Cookie! We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok