I have FreeBSD amd64 10.3 already installed on a single SATA drive (ada0) and I have other spare drives for additional data storage:
Ada0 and ada1 are the same and could therefore become a RAID0 array together. Is it possible to "merge" ada0 and ada1 to a RAID0 without losing my installation following the steps of chapter 18.2 of the Handbook? And if not, how are you supposed to create a software RAID0 system with FreeBSD without using the hardware option in the BIOS prior to committing to the installation? Because one of the advantages of software RAID with FreeBSD is that you can have it even without a RAID controller, right?
Another question: would my ada2 and ada3 be compatible for a second RAID0, let's say, in another PC? Also there I would need to know how to proceed with a fresh installation in order to create a software RAID0? ZFS is not an option to me, as I only have 2 GB of RAM.
Code:
$ dmesg | grep ada
ada0 at ata2 bus 0 scbus2 target 0 lun 0
ada0: <SAMSUNG HD160JJ WU100-41> ATA-7 SATA 2.x device
ada0: Serial Number S08HJ1QL907862
ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada0: 152627MB (312581808 512 byte sectors)
ada0: Previously was known as ad4
ada1 at ata3 bus 0 scbus3 target 0 lun 0
ada1: <SAMSUNG HD160JJ WU100-41> ATA-7 SATA 2.x device
ada1: Serial Number S08HJ1QL907857
ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada1: 152627MB (312581808 512 byte sectors)
ada1: Previously was known as ad6
ada2 at ata4 bus 0 scbus4 target 0 lun 0
ada2: <SAMSUNG SP1614C SW100-30> ATA-7 SATA 1.x device
ada2: Serial Number 00000000000000
ada2: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes)
ada2: 152627MB (312581808 512 byte sectors)
ada2: Previously was known as ad8
ada3 at ata5 bus 0 scbus5 target 0 lun 0
ada3: <ST3160827AS 3.42> ATA-6 SATA 1.x device
ada3: Serial Number 4MT0ADSG
ada3: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes)
ada3: 152627MB (312581808 512 byte sectors)
ada3: Previously was known as ad10
Trying to mount root from ufs:/dev/ada0p2 [rw]...
Ada0 and ada1 are the same and could therefore become a RAID0 array together. Is it possible to "merge" ada0 and ada1 to a RAID0 without losing my installation following the steps of chapter 18.2 of the Handbook? And if not, how are you supposed to create a software RAID0 system with FreeBSD without using the hardware option in the BIOS prior to committing to the installation? Because one of the advantages of software RAID with FreeBSD is that you can have it even without a RAID controller, right?
Another question: would my ada2 and ada3 be compatible for a second RAID0, let's say, in another PC? Also there I would need to know how to proceed with a fresh installation in order to create a software RAID0? ZFS is not an option to me, as I only have 2 GB of RAM.