Re: RAID Tools and linear RAID arrays

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 09:07:48 -0500, Jeff Kinz wrote: > On Thu, Mar 06, 2003 at 08:37:34AM -0500, Rechenberg, Andrew wrote: > > You shouldn't make a file system on the real disk partitions. This is > > the procedure you should try: > > > > - Partition

Re: RAID Tools and linear RAID arrays

2003-03-06 Thread Jeff Kinz
On Thu, Mar 06, 2003 at 08:37:34AM -0500, Rechenberg, Andrew wrote: > You shouldn't make a file system on the real disk partitions. This is > the procedure you should try: > > - Partition your disks with your favorite partition program > - Make your RAID devices with mkraid > - Run mke2fs -j on t

RE: RAID Tools and linear RAID arrays

2003-03-06 Thread Rechenberg, Andrew
To: [EMAIL PROTECTED] Subject: RAID Tools and linear RAID arrays Just wondering if anyone has worked with the linear RAID-0 setups for creating large partitions; I've created the following: /etc/raidtab: raiddev /dev/md0 raid-level 0 persistent-superblock

Re: RAID Tools and linear RAID arrays

2003-03-06 Thread Nate Golnik
On 7 Mar 2003, Stephen Kuhn wrote: > Just wondering if anyone has worked with the linear RAID-0 setups for > creating large partitions; I've created the following: > > /etc/raidtab: > > raiddev /dev/md0 > > raid-level 0 > persistent-superblock 1 > chunk-size

RAID Tools and linear RAID arrays

2003-03-06 Thread Stephen Kuhn
Just wondering if anyone has worked with the linear RAID-0 setups for creating large partitions; I've created the following: /etc/raidtab: raiddev /dev/md0 raid-level 0 persistent-superblock 1 chunk-size 16 nr-raid-disks 2 nr-spare-disks