hi i plan when windows 10 ends support i go from partially (dualbooting) linux to fully using it is it even safe to do raid and install linux on it or will it cause problems and the only option for a raid config is “intel rst” thanks for any help
Remember that raid isn’t a backup but just a way to minimize downtime if one of the disks breaks (except raid 0)
I’d suggest it depends on your hardware setup. If you have sufficient disks and care about availability and/or performance of your data access, RAID is rarely a bad idea.
If you choose to do a software RAID in Linux without Intel RST, you have three main options: mdadm, LVM, and ZFS. You can explore those options on your own, but my personal view is that ZFS is wonderful to work with and comes with tons of benefits itself alongside its ZRAID implementation, making it my preferred choice.
edit: I forgot btrfs! I have no experience of it but I imagine its RAID implementation is as similarly awesome as ZFS/ZRAID.
If you go for RAID, I would advise for software RAID rather than hardware (i.e provided by your motherboard or a physical car). Hardware RAID will lock you to the particular motherboard or RAID card, which would represent an additional hurdle when upgrading or replacing it.
oh okay ik intel rst is software raid that is windows only but with software raid how do i install a os on it do you need to configure it throught the linux liveusb? and which raid should i use aswell raid 0 raid 5 raid 10 etc
You can configure the software raid during installation of Linux, when you define partitions/disks configuration.
And for the love of Linus use punctuation please, makes reading what you write quite hard otherwise!
You can configure the software raid during installation of Linux, when you define partitions/disks configuration.
I assume through the terminal/asking help from my distro for this, since my distro(cachyos) use calaimares installer.
And for the love of Linus use punctuation please, makes reading what you write quite hard otherwise!
Okay
You can do it even after installation https://linuxconfig.org/linux-software-raid-1-setup
Alr thank you, will be cool to use outside of btrfs since btrfs is kinda unreliable for my personally.
Yeah you don’t need btrfs, I’ve always done with ext2/3/4
Go ZFS-RAIDZ1 if you can.
eh i am just gonna use 2 disks since i have only 2
IIRC TrueNAS next release will include RaidZ1 with 2 disks
A regular mirror then.
is raid0 any good?
IIRC it’s really no redundancy at all, so… no?