Index: uspace/lib/device/include/hr.h
===================================================================
--- uspace/lib/device/include/hr.h	(revision a19d7fc4b9a9e9429e475bb951803a662991726d)
+++ uspace/lib/device/include/hr.h	(revision f9440e0d0bbc3de47409752f3e00cb91a63996a2)
@@ -51,4 +51,5 @@
 	hr_l_0 = 0,
 	hr_l_1 = 1,
+	hr_l_4 = 4,
 	hr_l_5 = 5,
 	hr_l_linear = 254,
Index: uspace/lib/device/src/hr.c
===================================================================
--- uspace/lib/device/src/hr.c	(revision a19d7fc4b9a9e9429e475bb951803a662991726d)
+++ uspace/lib/device/src/hr.c	(revision f9440e0d0bbc3de47409752f3e00cb91a63996a2)
@@ -157,5 +157,5 @@
 
 	printf("level: %d\n", vol_info->level);
-	if (vol_info->level == hr_l_0) {
+	if (vol_info->level == hr_l_0 || vol_info->level == hr_l_4) {
 		if (vol_info->strip_size / 1024 < 1)
 			printf("strip size in bytes: %u\n",
