Index: uspace/app/bdsh/cmds/modules/mount/mount.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mount/mount.c	(revision 35b7d86e413b1461c120a1859a4df4918fe6b515)
+++ uspace/app/bdsh/cmds/modules/mount/mount.c	(revision 0b97336d11bcc58a2ceb2de62e7d789187fda193)
@@ -83,6 +83,4 @@
 
 		printf("%s", mtab_ent->fs_name);
-		if (mtab_ent->instance)
-			printf("/%d", mtab_ent->instance);
 
 		printf(" %s", mtab_ent->mp);
@@ -95,7 +93,4 @@
 			printf(" (%" PRIun ")", mtab_ent->service_id);
 		}
-
-		if (str_size(mtab_ent->opts) > 0)
-			printf(" (%s)", mtab_ent->opts);
 
 		putchar('\n');
