Index: util-linux/libmount/src/context_loopdev.c
===================================================================
--- util-linux.orig/libmount/src/context_loopdev.c
+++ util-linux/libmount/src/context_loopdev.c
@@ -212,6 +212,9 @@ int mnt_context_setup_loopdev(struct lib
 	if (rc == 0 && (cxt->user_mountflags & MNT_MS_ENCRYPTION) &&
 	    mnt_optstr_get_option(optstr, "encryption", &val, &len) == 0) {
 		DBG(CXT, ul_debugobj(cxt, "encryption no longer supported"));
+		// XXX: nasty for the lib but there's on better way to give a hint atm
+		fprintf(stderr, "mount: encryption no longer supported.\n"
+				"       Please use /etc/crypttab instead (man 5 crypttab)\n");
 		rc = -MNT_ERR_MOUNTOPT;
 	}