First I apologize if this info is specifically somewhere in this group, but I looked and couldn't find it and anything I found to be pertinent was from years ago so I thought I'd ask:
I have 4 3TB hdd's in a Drobo Gen2 and I want to connect it to a Raspberry Pi (model B) and use as a sync/backup of a folder (e.g. Movies) of my main NAS (a Synology 1812+), so
EXT3 format is obviously a must. Also, I've read all the stuff saying that >2TiB LUN size is impossible with Gen1 and Gen2 Drobo's (
though I'm not 100% sure what LUN is or how its different from partition) but those statements always seem to be from around 2010 and to come with the aside that it might/probably be possible with some contingencies (
http://bit.ly/15O7IQk and
http://drobo-utils.sourceforge.net/#id4). Mainly, that the kernel is later than
2.6.24 and that "Enable Block Layer-->Support for Large Block Devices" is enabled. After some Linux learnin', I've discovered that the kernel in my wheezy Raspian OS is well over 3.x.x.x and that that Support for Large Block Devices IS enabled (that was a tough one with some grep proc.d doing the trick).
Yet, when I run the script ("sh /tmp/fmtscript") that "drobom -d /dev/sda format ext3 PleaseEraseMyData" creates ("drobom list" tells me sda is my drobo), it hangs whatever command line shell I'm using (both Terminal on mac and LXTerminal on the RPi). When I hit enter, the cursor goes to the next line but no output is shown (not even a prompt) and ctrl+c doesn't even stop it. I have also tried running the individual commands inside the script (e.g. the first one is: "parted /dev/sda mklabel gpt") and get the same result. I've experienced this when the Drobo was originally formatted to NTFS on PC, HFS+ on Mac and even when I erased the Drobo with the Drobo Dash on my Mac and then formatted to Fat in Mac Disk Utility (since EXT3 didn't seem to be available, but my friend claims this worked for him so I'm gonna try again tonight). The only slight change in result was when I tried HFS+ and the drive actually mounted (though read only) and I didn't know it. Running the "sh /tmp/ftscript" at that time actually seemed to do what I thought it would (I saw output) but it was WAY to quick (I heard it would take ~10 mins per TB and it was instantaneous). Upon closer inspection I noticed that the script couldn't unmount the drive and basically did its thing on the recovery portion of the Drobo.
So I'm sorry this was so long but I am at my wits end and because of the infrequent posts in here, I really wanted to do as much legwork as possible before I posted. So how do I do this? What am I doing wrong? Am I kidding myself with this >2TiB LUN? My friend hasn't done the formatting on the RPi, but can read write a >TiB LUN Drobo Gen1, so it seems possible. Perusing this forum, I've seen mention of this mhddfs (http://romanrm.ru/en/mhddfs). Should I just bail on doing this with conventional means and do this?
How do I do this? What are the drawbacks? I'm not familiar with this method at all and would really rather not, but am now totally and completely stumped as to how to continue (besides the "hail mary" of trying to erase with drobo dashboard, then format with Mac Disk Utility to Ext3 one more time).
Any and all help would be GREATLY appreciated. Thanks!