Index: ocfs2/debugfs.ocfs2/bindraw.c =================================================================== --- ocfs2/debugfs.ocfs2/bindraw.c (revision 189) +++ ocfs2/debugfs.ocfs2/bindraw.c (working copy) @@ -59,7 +59,7 @@ } else { if ((fd = open("/dev/rawctl", O_RDWR)) == -1) - DBGFS_FATAL("Error opening /dev/rawctl.\n%s\n", strerror(errno)); + DBGFS_FATAL("Error opening /dev/rawctl.\n%s\nMaybe you should use the --no-raw flag\n", strerror(errno)); for (i = 1; i < 255; ++i) { memset(&rcs, 0, sizeof(struct raw_config_request));