Scott,
I think, there is a risc, that your system root partition will get out of disk space and allready have been written to at /opt/sdfs/<volume name>/, dirs ddb, files, keys, by sdfs with a small 20GB. 
Since you did not specify --base-path and --dedup-db-store, they are stored on the default location, /opt/sdfs/<volume name> (at least dirs "files" and "keys") and respective /opt/sdfs/<volume name>/ddb, so probably in your system root partition.
In my du report, I read:
+ du -csh /mnt/x/sdfs1/ddb
1002M /mnt/x/sdfs1/ddb
1002M total
+ du -csh /mnt/x/sdfs1/chunkstore/hdb
2.0G  /mnt/x/sdfs1/chunkstore/hdb
2.0G  total
+ du -csh /mnt/x/sdfs1/files
553M  /mnt/x/sdfs1/files
553M  total
+ du -csh /mnt/x/sdfs1/keys
8.0K  /mnt/x/sdfs1/keys
8.0K  total
+ du -csh /mnt/s/sdfs1
4.9G  /mnt/s/sdfs1
4.9G  total
+ du -csh /media/sdfs1
7.1G  /media/sdfs1
7.1G  total
In my case, the size of (--)dedup-db-store and --base-path together is 1002M+553MB=1555MB.
For your already stored 89GB,that would be 89*1.555/7.1=19.5GB
On Thursday, June 12, 2014 4:42:35 AM UTC+2, Scott Middleton wrote: