Index: uspace/app/bdsh/cmds/modules/bdd/bdd.c
===================================================================
--- uspace/app/bdsh/cmds/modules/bdd/bdd.c	(revision 3bf907ab10516755767898b1ff0d5485f3c73729)
+++ uspace/app/bdsh/cmds/modules/bdd/bdd.c	(revision 7fcb74c4d9363ba196a35dcae007d72b97bb73da)
@@ -103,5 +103,5 @@
 	}
 
-	rc = block_cache_init(handle, BLOCK_SIZE, 2);
+	rc = block_cache_init(handle, BLOCK_SIZE, 2, CACHE_MODE_WB);
 	if (rc != EOK) {
 		printf("Error: could not init block cache.\n");
