Hello,
I'd like to know if it's possible to have a system with both RAID0 and RAID1? Let me explain:
I have a server, with FreeBSD 8.3 installed on 2 x 500 GB on RAID1. I have already 5 partitions:
As you can see, all are on RAID1. What I wish to do is configure a new partition with the rest on RAID0. I'm well aware that I'm not going to have any redundancy on this, but I really don't care. When I do gpart show, here is what I get:
Thank you for your help :\
I'd like to know if it's possible to have a system with both RAID0 and RAID1? Let me explain:
I have a server, with FreeBSD 8.3 installed on 2 x 500 GB on RAID1. I have already 5 partitions:
Code:
1 - ufs /boot 1 2000 Mo
2 - ufs / 1 2000 Mo
3 - swap none - 2 x 4000 Mo
4 - ufs /usr 1 2000 Mo
5 - ufs /tmp 1 1000 Mo
As you can see, all are on RAID1. What I wish to do is configure a new partition with the rest on RAID0. I'm well aware that I'm not going to have any redundancy on this, but I really don't care. When I do gpart show, here is what I get:
Code:
=> 63 976773104 mirror/gm0 MBR (465G)
63 976768002 1 freebsd [active] (465G)
976768065 5102 - free - (2.5M)
=> 0 976768002 mirror/gm0s1 BSD (465G)
0 4096000 1 freebsd-ufs (2G)
4096000 4096000 2 freebsd-ufs (2G)
8192000 8192000 4 freebsd-swap (3.9G)
16384000 4096000 5 freebsd-ufs (2G)
20480000 956288002 6 freebsd-ufs (456G)
Thank you for your help :\