March 26, 2008 9:10 PM
as of 1.1.1 firmware, ext3 is supported afaict, the LEDS "just work" http://www.drobospace.com/article/111... The Droboshare unit's native format is ext3. I formatted my using, gparted to set the device label, and assign the format correctly. I read somewhere that to allow devices > 2TB, you want to use the GPT partition table format, instead of the normal, more compatible with other OS's MBR format.
(this assumes linux assigned your drobo /dev/sdd device.)
WARNING: WIPES YOUR DISK WITHOUT ASKING ANY QUESTIONS!!!
parted /dev/sdd mklabel gpt
obtained gnu-fdisk, which understands gnu partition tables, not the normal fdisk... and create the partition, like normal...
mke2fs –j –i 262144 –L Drobo01 -m 0 –O sparse_super,^resize_inode /dev/sdd1
(mke2fs taken from elsewhere in the forums, as what Droboshare uses.)
and it worked. Before the format, the drobo had been an NTFS. Even though there was nothing officially going on, the lights stayed at the 70% full that the unit had been before the format, and the disks kept whirring. I left for work, and on my return, the leds now indicated an empty file system. It takes Drobo a while to notice things, patience is a virtue.