Drobo s and linux

57 views
Skip to first unread message

Richard Shack

unread,
Aug 18, 2019, 11:05:32 AM8/18/19
to drobo-talk
I have a drobo s that has been installed to a windows home server. I would like to attach it to a new server that is using fedora. It is connected via USB 3.0. The server sees the drobo but I can't figure out how to mount it. Any suggestions?

Robert Euston

unread,
Aug 18, 2019, 1:50:01 PM8/18/19
to drobo...@googlegroups.com

Hi

It’s probably because Fedora doesn’t understand NTFS natively. You will have to install an ntfs driver, and use the ntfs file type.


>
> On 18 Aug 2019, at 16:05, Richard Shack <rks...@gmail.com> wrote:
>
> I have a drobo s that has been installed to a windows home server. I would like to attach it to a new server that is using fedora. It is connected via USB 3.0. The server sees the drobo but I can't figure out how to mount it. Any suggestions?
>
> --
> You received this message because you are subscribed to the Google Groups "drobo-talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to drobo-talk+...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/drobo-talk/d00a5d28-7448-46c1-89e9-bbd077751ccd%40googlegroups.com.

Richard Shack

unread,
Aug 18, 2019, 2:02:39 PM8/18/19
to drobo-talk
It looks like I have an ntfs driver.  When I type:

Mount -t ntfs /dev/sdc1 /mnt

I get the following error:

NTFS signature is missing.
Failed to mount '/dev/sdc': Invalid argument
The device '/dev/sdc' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?


rkshack

On Sunday, August 18, 2019 at 1:50:01 PM UTC-4, Robert Euston wrote:

Hi

It’s probably because Fedora doesn’t understand NTFS natively. You will have to install an ntfs driver, and use the ntfs file type.


>
> On 18 Aug 2019, at 16:05, Richard Shack <rks...@gmail.com> wrote:
>
> I have a drobo s that has been installed to a windows home server.  I would like to attach it to a new server that is using fedora.  It is connected via USB 3.0. The server sees the drobo but I can't figure out how to mount it. Any suggestions?
>
> --
> You received this message because you are subscribed to the Google Groups "drobo-talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to drobo...@googlegroups.com.

Robert Euston

unread,
Aug 18, 2019, 2:33:34 PM8/18/19
to drobo...@googlegroups.com
Try sdc2 . Windows puts special partitions on disks so your data drive might not be the first one...


On 18 Aug 2019, at 19:02, Richard Shack <rks...@gmail.com> wrote:


To unsubscribe from this group and stop receiving emails from it, send an email to drobo-talk+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drobo-talk/0b2847f8-1095-4721-96b5-c3f678704522%40googlegroups.com.

Laura Shack

unread,
Aug 18, 2019, 3:16:50 PM8/18/19
to drobo...@googlegroups.com
Tried sdc2 just to see.  No change. Here is the output of fdisk -l for the drobo:

Disk /dev/sdc: 16 TiB, 17592186044416 bytes, 34359738368 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 7340CC36-EA9F-4174-B946-ABA56551944C

Device     Start         End     Sectors Size Type
/dev/sdc1   2048 34359736319 34359734272  16T Linux filesystem

Robert Euston

unread,
Aug 18, 2019, 4:05:05 PM8/18/19
to Laura Shack, drobo...@googlegroups.com
Well that’s not right.

I have an old drobopro sitting on a Linux system - not fedora though - and here’s what it looks like

Note the partition type and the fact the data is on the 2nd partition.

Yours says it’s a Linux partition on the first partition.  Are you sure this is from a windows box? To me it Looks like it’s ext2, not ntfs. Try mount -t ext2 /dev/sdc1 /mnt 

——- cut here ——

 fdisk -l /dev/sdq

Disk /dev/sdq: 16 TiB, 17592186044416 bytes, 34359738368 sectors

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: gpt

Disk identifier: 4429AD42-494F-4224-BA03-D675232D8F03


Device     Start         End     Sectors Size Type

/dev/sdq1     34       32767       32734  16M Microsoft reserved

/dev/sdq2  32768 34359738327 34359705560  16T Microsoft basic data





On 18 Aug 2019, at 20:16, Laura Shack <rks...@gmail.com> wrote:

Richard Shack

unread,
Aug 18, 2019, 4:51:12 PM8/18/19
to drobo-talk
Here is what happened when I tried ext2:

[admin@localhost drives]$ sudo mount -t ext2  /dev/sdc1 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error.

Richard Shack

unread,
Aug 18, 2019, 4:56:40 PM8/18/19
to drobo-talk
It was on windows home server so I assume it was ntfs.  

I have installed drobo-utils but it can't find my drobo:

[admin@localhost drives]$ sudo drobom list
expected 8, got 15 bytes
No Drobos discovered

rkshack

Robert Euston

unread,
Aug 18, 2019, 5:10:10 PM8/18/19
to drobo...@googlegroups.com
Hmmmm

I think there is something wrong with the partition.  Did you create the partition and format it in fedora ? Or was the partition created under windows? My guess is it’s been created in Linux , but not formatted.

 Format it with mk2fs 
(mkfs -t ext3 /dev/sdc1 ) then mount it (mount -t ext3 /dev/sdc1 /mnt ) and go from there. 

It’s been a while since I’ve touched my drobo and so I haven’t kept up with it - not sure if ext2/ext3 is supported at 16tb. It isn’t in my drobopro, which is why I use ntfs on the drobopro in my Synology. 


On 18 Aug 2019, at 21:51, Richard Shack <rks...@gmail.com> wrote:


--
You received this message because you are subscribed to the Google Groups "drobo-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drobo-talk+...@googlegroups.com.

Laura Shack

unread,
Aug 18, 2019, 6:08:55 PM8/18/19
to drobo...@googlegroups.com
I made it in windows home server.

Templesnr Rodgers

unread,
Aug 19, 2019, 2:10:32 AM8/19/19
to drobo...@googlegroups.com
@rks...@gmail.com, the limit on a drobo s is 16TB IN TOTAL ..

@eus...@gmail.com - not meaning to hijack , I'd think seriously about using as non critical storage or getting rid of the Drobopro, I have one which suddenly started to lose and corrupt data randomly, Drobo wouldn't even check the logs for me because it's out of support.  the it took about a week to remove the data from the drive.

Robert Euston

unread,
Aug 19, 2019, 4:05:14 AM8/19/19
to drobo...@googlegroups.com
@temp...@gmail.com - You arent hijacking :) I was just trying to help because I have this (almost exact) situation - a windows format drobo on a unix/linux box :)

Dont worry its non-critical storage. I quickly found out its awful drobos were after I had my own issues with them.. I have 2 - they are unreliable, flakey, slow, and dont do what they are supposed to so (iscsi is a joke) - I replaced them a long time ago with a 12 bay synology box with raid6. They were both sitting in a cupboard until recently, when I decided to see if I could get them working with the many 1 and 2 TB drives I have floating about doing nothing...

So - the drobopros are attached to the Synology as a "last resort backup", in case everything else fails. One works ok for this, the other not so much....
 

 


Laura Shack

unread,
Aug 20, 2019, 5:26:45 AM8/20/19
to drobo...@googlegroups.com
Unfortunately I found my problem.   The file system seems to be corrupted.   I put the drobo back on a windows machine and the volume still won't mount.  

Looking at recovery but options aren't great.

Templesnr Rodgers

unread,
Aug 20, 2019, 7:17:07 AM8/20/19
to drobo...@googlegroups.com
@Laura - yes, note the comments from euston and myself, I was horrified when I found the file corruption and I still don't know how many files were corrupted.  Worst of all was Drobo's failure to offer any help at all, they shouldn't give the B.S. about how wonderful their devices are; people like me take them at their word, I stored Terabytes of data - expecting "beyondRAID" to work properly.  I've never lost data before and I won't make the same mistake again.

On Tue, 20 Aug 2019 at 10:26, Laura Shack <rks...@gmail.com> wrote:
Unfortunately I found my problem.   The file system seems to be corrupted.   I put the drobo back on a windows machine and the volume still won't mount.  

Looking at recovery but options aren't great

Reply all
Reply to author
Forward
0 new messages