Ok, I am back after trying several methods...
* Tried unmounting all my USB-drives, echoed in 2 - "echo "2" > /sys/module/scsi_mod/max_luns".
* Rebooted, with only Drobo connected via USB.
* Still the problem persists. Running the command cat /sys/module/scsi_mod/max_luns gives me 1 and not 2....
Have read some howtos, googled around and came across this
http://support.datarobotics.com/app/answers/detail/a_id/23 and read this:
File System Format Compatible With Max Volume Size
"EXT3 DroboShare, Linux 2TB**
** EXT3 is supported only for volume sizes of 1TB or 2TB. However, customers have found that they are able to have volume sizes (LUNs) greater than 2TB by attending to two items:
* Ensuring the Linux kernel is 2.6.24 or greater
* Enabling the selection "Enable Block Layer-->Support for Large Block Devices"
And since I am running a 2.6.9-78.0.22.EL-kernel I cant seem to get this thing to work properly.
I have also read this;
GPT support must be enabled in your Linux distribution.
And by running fdisk -l I get this message at the end;
WARNING: GPT (GUID Partition Table) detected on '/dev/sde'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sde: 2199.0 GB, 2199023185920 bytes
255 heads, 63 sectors/track, 267349 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sde1 1 267350 2147483579+ ee EFI GPT
And ideas?
/alexander