I have a Drobo 5N with firmware 3.2.3. Mounts just fine via on my Windows and Linux (Ubuntu 15.04) systems.
I don’t use my Windows system very often (low power laptop for the wife and kids), but I have the dashboard on there for when it’s necessary.
I tried getting the Dashboard working with Wine, but while it installs and opens, the UI is completely black.
So I would like to get some basic “real” capacity info from the 5N since the mounts report Use% based on 16TB when I only have like 6TB total.
I have ssh installed on the 5N but didn’t poke around tooooo much. Searched the forum and Google, but couldn’t find anything…
drobo-utils on my Linux system didn’t find the 5N, it looks like it doesn’t officially support the older Drobo Share either, so unless I’m missing something, that doesn’t seem to be an option.
That’s a consequence of thin provisioning - the upside is that you can add capacity without having to reformat. Hence the Linux df command gives disk usage based on the virtual capacity of 16 TB. The true workings of BeyondRAID are hidden from view even if you ssh into the device. It’s a real sealed box approach. You could write a little shell script that parses the output from df and gives you a percentage used based on a your known actual capacity, or you could check how many blue LEDs are lit.
You would think that there would be a command available on the drobo itself to get this data… Being that the dashboard shows it and all… But nothing that I’ve been able to find…
Well, clearly there is a call that the Dashboard makes to any attached Drobo to retrieve that information but it isn’t documented and the Drobo programmers are a secretive lot.