[7531] in linux-scsi channel archive
Re: single logical volume from multiple disks?
daemon@ATHENA.MIT.EDU (Marc SCHAEFER)
Sat Nov 13 13:56:06 1999
To: linux-scsi@vger.rutgers.edu
From: Marc SCHAEFER <schaefer@alphanet.ch>
Date: 13 Nov 1999 19:50:04 +0100
Message-ID: <80kbss$hcj$1@vulcan.alphanet.ch>
Otis Gospodnetic <otis@DOMINIS.com> wrote:
> Will LVM (http://linux.msede.com/lvm/) do the job with just plain (Fast)
> SCSI or is LVM for RAID only?
Alternative 1:
- use RAID 0 (md, stock kernel), in any of the modes. In your
application, presumably linear mode is better. create a
fs from the resulting /dev/mdX device.
Alternative 2:
- use LVM, create a volume group with all the disks, and
then create as many logical volumes as you want, possibly
one, and create a fs.
Alternative 3:
- if you software uses many files, load-balance the files
manually with soft-links or with mounts.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu