Re: Creating a Partition for RAID Arrays

2020-09-17 Thread Kenneth Gober
On Wed, Sep 16, 2020 at 11:52 PM Justin Noor wrote: > We need to create a partition on an OpenBSD server for the sole purpose of > mounting RAID arrays. > > The mount point would be something like: > > /data > > Then we will create directories in that partition and mount the arrays: > >

Re: Creating a Partition for RAID Arrays

2020-09-17 Thread Jan Stary
On Sep 16 20:30:45, justinnoor...@gmail.com wrote: > Hello Misc, > > We need to create a partition on an OpenBSD server for the sole purpose of > mounting RAID arrays. > > The mount point would be something like: > > /data > > Then we will create directories in that partition and mount the

Re: Creating a Partition for RAID Arrays

2020-09-16 Thread Aaron Mason
On Thu, Sep 17, 2020 at 1:51 PM Justin Noor wrote: > > Hello Misc, > Hi! > We need to create a partition on an OpenBSD server for the sole purpose of > mounting RAID arrays. > > [LE SNIP] > How big should this partition be? As big as you need to store any actual data. If you're not storing

Creating a Partition for RAID Arrays

2020-09-16 Thread Justin Noor
Hello Misc, We need to create a partition on an OpenBSD server for the sole purpose of mounting RAID arrays. The mount point would be something like: /data Then we will create directories in that partition and mount the arrays: /data/raid1 /data/raid2 /data/raid3 How big should this