April 2, 20251 yr 1 hour ago, 4554551n said: Is it possible to have all disks get tested at once, instead of one after the other? See the controller tests, look like this:
April 2, 20251 yr 2 hours ago, JorgeB said: See the controller tests, look like this: This is great, thank you. I just downgraded to a pcie 3 x1 port for the controller SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] so I could slot in a second GPU. So I expected it to be pretty bad, but not quite that bad. It's telling me my simultaneous max throughput is 655.36 MB/Sec, shouldn't it be 1GB? As per the half duplex of the v3 x1 slot?
April 2, 20251 yr 42 minutes ago, 4554551n said: It's telling me my simultaneous max throughput is 655.36 MB/Sec, shouldn't it be 1GB? As per the half duplex of the v3 x1 slot? SAS2008 is PCIe 2.0, so with a x1 slot it would be limited to <500MB/s.
April 2, 20251 yr 25 minutes ago, JorgeB said: SAS2008 is PCIe 2.0, so with a x1 slot it would be limited to <500MB/s. That's a good catch, thank you. Price I pay for 2 GPU I suppose. So then if it should be <500, why am I seeing 655?
April 2, 20251 yr 1 hour ago, 4554551n said: why am I seeing 655? You shouldn't, post the diags and the test result.
April 7, 20251 yr Author On 4/2/2025 at 2:28 AM, 4554551n said: Is it possible to have all disks get tested at once, instead of one after the other? I would like to use this to test a RAID card in a pci slot, to see if it's bottle necking the drives when multiple are used at once. You can do this by clicking on the icon next to your controller. Then click on the "Benchmark Controller" button. It will then read all drives attached to the controller for 15 seconds each in sequence, then all of the drives on the controller at the same time for 15 seconds, then display a graph showing both the isolated speed and the speed the drives got when reading all at the same time. Edited April 7, 20251 yr by jbartlett
May 24, 20251 yr Hi, am I right in thinking that current multi drive arrays are not supported? Still seeing this message:"This drive is part of a multi-drive pool or array."Just wondered if there's any workaround to be able to test my NVME drives which are currently in a BTRFS RADI 1 pool.I've added the extra parameter with the mnt/UNRAID etc.
June 23, 20251 yr I seem to be having the "Docker volume mount not detected" issue on my NVME drives (image attached).I have already checked here, and the 'solution' says to add a path to the docker (also image attached).However while that does trigger a rescan of the drives when booting up diskspeed, the error doesn't change. All four of the NVME drives are still erroring.
July 14, 2025Jul 14 On 6/23/2025 at 11:45 AM, Nirin said:I seem to be having the "Docker volume mount not detected" issue on my NVME drives (image attached).I have already checked here, and the 'solution' says to add a path to the docker (also image attached).However while that does trigger a rescan of the drives when booting up diskspeed, the error doesn't change. All four of the NVME drives are still erroring.I have the exact same situation for my NVME Cache pool, all my drives show up, but say "Docker volume mount not detected"
July 16, 2025Jul 16 how do you get benchmark cache drivemounting /mnt /mnt/cache_drive doesnt let you scan it
July 31, 2025Jul 31 Author On 5/24/2025 at 2:02 PM, aerobrain said:Hi, am I right in thinking that current multi drive arrays are not supported? Still seeing this message:"This drive is part of a multi-drive pool or array."Just wondered if there's any workaround to be able to test my NVME drives which are currently in a BTRFS RADI 1 pool.I've added the extra parameter with the mnt/UNRAID etc.Sorry, that is currently not available. It's on my To Do list but I haven't been able to spend much time programming of late, unfortunately.
July 31, 2025Jul 31 Author On 6/17/2025 at 10:10 PM, pyrosrockthisworld said:Any idea why i would be getting more than the 550MB/s on a sata ssd?There's something caching the read/writes and isn't honoring the cache bypass. The program uses FIO to do the benchmarking, try using a larger file size in the benchmark scan.
July 31, 2025Jul 31 Author On 7/4/2025 at 11:32 PM, MyKroFt said:is there a dark mode avail, white background makes it unusable for me?thanksI'd like it too, it's on my To Do list.
July 31, 2025Jul 31 Author On 7/14/2025 at 1:29 PM, scuppasteve said:I have the exact same situation for my NVME Cache pool, all my drives show up, but say "Docker volume mount not detected"Out of curiosity, does your nvme drive also have a dash in the name?
August 3, 2025Aug 3 On 7/30/2025 at 8:11 PM, jbartlett said:Out of curiosity, does your nvme drive also have a dash in the name?Do you mean the pool name if so then yes. My pool is "appdata-cache"
September 9, 2025Sep 9 On 7/30/2025 at 10:11 PM, jbartlett said:Out of curiosity, does your nvme drive also have a dash in the name?I too have the same problem with my nvme drives. Two in the cache pool and a third by itself. None have a dash in the name.
September 18, 2025Sep 18 On 9/9/2025 at 10:28 AM, quemart said:I too have the same problem with my nvme drives. Two in the cache pool and a third by itself. None have a dash in the name.I'm also having the same issueOn 9/9/2025 at 10:28 AM, quemart said:I too have the same problem with my nvme drives. Two in the cache pool and a third by itself. None have a dash in the name.Same here
September 26, 2025Sep 26 On 9/18/2025 at 5:19 PM, nathan909 said:I'm also having the same issueSame hereOn 9/18/2025 at 5:19 PM, nathan909 said:I'm also having the same issueSame heredo /mnt/ for host path
October 17, 2025Oct 17 On 9/26/2025 at 7:35 AM, ARAA said:do /mnt/ for host pathdidn't work for meHangs on start at line: Fetching known drive vendors from the Hard Drive Databasethen got the errorMessagetimeout [90000 ms] expired while executing [/bin/df -B 1KB]StacktraceThe Error Occurred in/var/www/ScanControllers.cfm: line 2119 2117: <!--- Get mount points and size/space --->2118: <CFFILE action="write" file="#PersistDir#/#exe()#_df_exec.txt" output="/bin/df -B 1KB" addnewline="NO" mode="666">2119: <cfexecute name="/bin/df" arguments="-B 1KB" variable="DF" timeout="90" />2120: <CFFILE action="write" file="#PersistDir#/#exe()#_df.txt" output="#DF#" addnewline="NO" mode="666">2121: <CFSET Mounted=StructNew()>called from /var/www/ScanControllers.cfm: line 948 946: </CFLOOP>947: </CFIF>948: </CFLOOP>949: 950: <!--- Get drive information for NVME drives using nvmi-cli ---> Edited October 17, 2025Oct 17 by Hegewisch
October 18, 2025Oct 18 Author On 10/17/2025 at 5:36 AM, Hegewisch said:timeout [90000 ms] expired while executing [/bin/df -B 1KB]Click on the DiskSpeed icon on the UNRAID Plugin page and select "Console"At the command prompt, run the same command, it should come back instantaneously but for some reason, it doesn't for you. You may have to wait a bit to get the true error that's happening at the OS - DiskSpeed tosses out a timeout error here because it's waiting for the OS to respond - and since it shouldn't ever toss an error here, I didn't trap errors so I could see it happen and know how to code a specific catch for it./bin/df -B 1KB
January 4Jan 4 Author On 12/30/2025 at 11:54 AM, steve1977 said:Are ZFS pools yet supported?Not yet on solid state devices. I haven't found a means to satisfactory bypass or mitigate ZFS's built in caching.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.