Thanks, I have been trying to test out an 8tb lun / partition w/ ext3 as well.
Using a backup server I rsync'd over about 300 gb of small (4k ish) files and made some
dummy files over 100 gb ( by using something like yes `date` `date` `date`| dd of=tmp , more date strings seemed to
up the throughput, I get on average of 30-40 mb/s this way for writes.)
Once I get over 1tb, I deleted the tree of small files (very slow). Even after 12 hrs no space was recovered by the
drobopro (as reported via the latest droboutils branch). At this point I figured what the hell and toasted the partition with
dd if=/dev/zero of=/dev/sdc bs=512 count=1, and then recreated the partition and started over with the same process of
copy files (as above). The drobopro is reporting even more space used and has not recovered anything. I am going
to toast the lun and try again. I would really like to use 8tb lun without worries. I did an fsck (-f) on the initial partition before wiping and no errors were reported (very slow though).
Have you tried a 16 tb lun/ partition?
Sorry if the post started to ramble, need some coffee.