F5F Stay Refreshed Software Operating Systems Execute attack on Linux system requiring 400KB memory.

Execute attack on Linux system requiring 400KB memory.

Execute attack on Linux system requiring 400KB memory.

S
Semaaji
Junior Member
21
07-15-2022, 02:13 AM
#1
Hello, I'm currently installing Windows and considering switching to Linux for better performance. However, I'm having trouble finding reliable guidance on setting up amd raidXpert on Linux for an x399 motherboard with a TR1950x chipset. Most threads that mention this seem outdated or broken. This is the biggest obstacle stopping me from making the change. Do you have any advice or resources? Thanks!
S
Semaaji
07-15-2022, 02:13 AM #1

Hello, I'm currently installing Windows and considering switching to Linux for better performance. However, I'm having trouble finding reliable guidance on setting up amd raidXpert on Linux for an x399 motherboard with a TR1950x chipset. Most threads that mention this seem outdated or broken. This is the biggest obstacle stopping me from making the change. Do you have any advice or resources? Thanks!

P
pvzdub18
Junior Member
2
07-16-2022, 01:37 AM
#2
Linux RAID is commonly implemented using the md command.
P
pvzdub18
07-16-2022, 01:37 AM #2

Linux RAID is commonly implemented using the md command.

T
TheWetCow
Junior Member
29
07-17-2022, 12:13 PM
#3
If you must, zfs is clearly the superior choice. This leads to the main point: for a RAID setup, it’s wise to back up your data, clean up the system, and create a zfs pool. If you wish to retain your existing array (while still backing it up), consider using a dedicated RAID controller card—this usually works seamlessly—or rely on the motherboard’s built-in controller, though I wouldn’t rely heavily on that option. With software-based RAID, success becomes much more uncertain. For redundancy, a separate network storage server is often the best solution, as it handles migration smoothly and avoids risky modifications.
T
TheWetCow
07-17-2022, 12:13 PM #3

If you must, zfs is clearly the superior choice. This leads to the main point: for a RAID setup, it’s wise to back up your data, clean up the system, and create a zfs pool. If you wish to retain your existing array (while still backing it up), consider using a dedicated RAID controller card—this usually works seamlessly—or rely on the motherboard’s built-in controller, though I wouldn’t rely heavily on that option. With software-based RAID, success becomes much more uncertain. For redundancy, a separate network storage server is often the best solution, as it handles migration smoothly and avoids risky modifications.

X
XuxaEvil_
Junior Member
5
07-17-2022, 01:19 PM
#4
It's more complex, no pre-installed distribution, and ECC RAM is highly advised. Sure, snapshots and deduplication are available, though the latter consumes significant resources. For a dedicated storage server, this might be ideal, but for a workstation, skipping ZFS isn't recommended.
X
XuxaEvil_
07-17-2022, 01:19 PM #4

It's more complex, no pre-installed distribution, and ECC RAM is highly advised. Sure, snapshots and deduplication are available, though the latter consumes significant resources. For a dedicated storage server, this might be ideal, but for a workstation, skipping ZFS isn't recommended.

J
JSGaming
Member
96
07-17-2022, 02:06 PM
#5
I need the performance you get with four drives in RAID 0 for your 3D workloads. You handle large files—hundreds of MB to several GB—so speed matters. Since you can't use a dedicated controller card and all PCI slots are busy, you're okay resetting the array and formatting. I've got an Extreme Zenith and had to turn on RAID mode in BIOS while installing RaidXpert on Windows, which manages the internal RAID controller. If you're open to alternatives, Linux offers tools like LVM or ZFS with RAID support for similar performance. Let me know what you prefer!
J
JSGaming
07-17-2022, 02:06 PM #5

I need the performance you get with four drives in RAID 0 for your 3D workloads. You handle large files—hundreds of MB to several GB—so speed matters. Since you can't use a dedicated controller card and all PCI slots are busy, you're okay resetting the array and formatting. I've got an Extreme Zenith and had to turn on RAID mode in BIOS while installing RaidXpert on Windows, which manages the internal RAID controller. If you're open to alternatives, Linux offers tools like LVM or ZFS with RAID support for similar performance. Let me know what you prefer!

J
jesse_64
Member
108
07-17-2022, 05:36 PM
#6
Based on requirements, BTRFS could work if resources allow. DDR4 includes basic error handling, so ECC concerns are minimal. For better reliability, consider a dedicated storage server.
J
jesse_64
07-17-2022, 05:36 PM #6

Based on requirements, BTRFS could work if resources allow. DDR4 includes basic error handling, so ECC concerns are minimal. For better reliability, consider a dedicated storage server.

T
TornadoBasak
Member
72
07-17-2022, 10:03 PM
#7
I just noticed this after my previous message... Yes, BTRFS is another choice that uses fewer resources compared to ZFS (though for RAID 0 it doesn’t really consume much), aside from that md isn’t very feature-rich in my view but still manageable to set up. For RAID 0 I’d skip using the board’s built-in controller—it doesn’t matter. For more details you can check the arch wiki; this info applies broadly across all distros (except specific package names): https://wiki.archlinux.org/index.php/RAID https://wiki.archlinux.org/index.php/Btrfs#RAID https://wiki.archlinux.org/index.php/ZFS
T
TornadoBasak
07-17-2022, 10:03 PM #7

I just noticed this after my previous message... Yes, BTRFS is another choice that uses fewer resources compared to ZFS (though for RAID 0 it doesn’t really consume much), aside from that md isn’t very feature-rich in my view but still manageable to set up. For RAID 0 I’d skip using the board’s built-in controller—it doesn’t matter. For more details you can check the arch wiki; this info applies broadly across all distros (except specific package names): https://wiki.archlinux.org/index.php/RAID https://wiki.archlinux.org/index.php/Btrfs#RAID https://wiki.archlinux.org/index.php/ZFS