diff --git a/README.txt b/README.txt
index 8232bbf10b..9a7f6fba99 100644
--- a/README.txt
+++ b/README.txt
@@ -34,7 +34,7 @@ our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, trmk-eclo
to all of these providers
our blobstore api supports: s3, rackspace, azure, atmos online, att synaptic,
- walrus, googlestorage, transient (in-memory)
+ walrus, googlestorage, transient (in-memory), filesystem (on-disk)
* note * the pom dependency org.jclouds/jclouds-allblobstore gives you access to
to all of these providers
diff --git a/blobstore/src/main/clojure/org/jclouds/blobstore.clj b/blobstore/src/main/clojure/org/jclouds/blobstore.clj
index a41d48e48c..6cd39a80d0 100644
--- a/blobstore/src/main/clojure/org/jclouds/blobstore.clj
+++ b/blobstore/src/main/clojure/org/jclouds/blobstore.clj
@@ -21,7 +21,7 @@
"A clojure binding for the jclouds BlobStore.
Current supported services are:
- [s3, azureblob, atmos, cloudfiles, walrus, googlestorage]
+ [transient, filesystem, s3, azureblob, atmos, cloudfiles, walrus, googlestorage]
Here's a quick example of how to viewresources in rackspace
diff --git a/pom.xml b/pom.xml
index e087b32e5c..c3846ada3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
core
compute
blobstore
+ filesystem
extensions
tools
scriptbuilder