Last seen: Apr 4, 2026
Can Support provide a list of new features in 8.6? In particular, I'm wondering if my issue regarding return codes from the command line tool has bee...
Has the "full restore from Time Machine" from a SR RAID volume running on an Intel Mac been fixed in Sequoia?
Today I'm running SR validation on the same RAID 5 volume I mentioned at the top of this thread and while it hasn't finished, it is reporting it has u...
If you look at the screenshot I attached to my original message you will see that when I did a second validation run around Feb 22, 2025, the previous...
SR tech support file attached.
I see in SR 8.5 that this bug does not appear to be fixed -- when can I expect this to be fixed?
@softraid-support So I understand, you are claiming that the filesystem corruption issue described in this forum thread is a result of a long-standing...
@softraid-support Shouldn't a bug be opened if it is still corrupting external filesystems?
This seems like a major macOS bug, has SoftRAID filed a bug with Apple about this? Is it possible to get a link to the bug report?
I still think this issue is a bug, not a feature. Here is what I found regarding command line program return codes running on macOS: On Apple macOS...
What if those messages change? Output like that is typically not seen as a stable interface that a script can rely on unlike actual return codes, not...
Here is a ksh shell script snippet of what I want to do: sudo softraidtool volume myvolume validate > /tmp/sr-log.txt 2>&1ec=$?if [[ $ec ...
I'm not talking about debugging. In your python scripts, how are errors from softraidtool detected? For my use I'd like to be able to run a script ...

