drobo-utils
drobo-utils copied to clipboard
Doesn't recognize Drobo S
On Raspbian, the drobom command does not recognize the Drobo S.
$ sudo drobom list No Drobos discovered
I believe it may be something to do with the vendor string:
$ sudo drobom -v 16 status examining: /dev/sda id: (0, 0, 0, 0, 'USB 3.0 ') rejected: vendor is USB 3.0 (not from DRI) examining: /dev/sdb id: (0, 0, 0, 1, 'USB 3.0 ') rejected: vendor is USB 3.0 (not from DRI) returning list: [] No Drobos discovered
https://github.com/petersilva/drobo-utils#no-drobos-discovered
did you try -s as described by the link?
Thanks for your reply, Here is the output, perhaps I’m using it wrong?
$ sudo drobom -v 16 list -s 'USB 3.0 ' examining: /dev/sda id: (0, 0, 0, 0, 'USB 3.0 ') rejected: vendor is USB 3.0 (not from DRI) examining: /dev/sdb id: (0, 0, 0, 1, 'USB 3.0 ') rejected: vendor is USB 3.0 (not from DRI) returning list: [] No Drobos discovered
On May 12, 2021, at 4:27 PM, Peter Silva @.***> wrote:
https://github.com/petersilva/drobo-utils#no-drobos-discovered https://github.com/petersilva/drobo-utils#no-drobos-discovered did you try -s as described by the link?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/petersilva/drobo-utils/issues/4#issuecomment-840108078, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB2L3QSBP6NJ3LHM6SN4YDTNLXC7ANCNFSM44Y4BCPA.
note the trailing space after the 0.
Yes, I tried it without the space as well, same issue.
$ sudo drobom -v 16 list -s 'USB 3.0' examining: /dev/sda id: (0, 0, 0, 0, 'USB 3.0 ') rejected: vendor is USB 3.0 (not from DRI) examining: /dev/sdb id: (0, 0, 0, 1, 'USB 3.0 ') rejected: vendor is USB 3.0 (not from DRI) returning list: [] No Drobos discovered
On May 12, 2021, at 8:42 PM, Peter Silva @.***> wrote:
note the trailing space after the 0.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/petersilva/drobo-utils/issues/4#issuecomment-840223830, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB2L3T7FYGXHRBFSOIFTCLTNMU7XANCNFSM44Y4BCPA.