Whamcloud - gitweb
Branch b1_5
authornathan <nathan>
Fri, 9 Jun 2006 23:11:05 +0000 (23:11 +0000)
committernathan <nathan>
Fri, 9 Jun 2006 23:11:05 +0000 (23:11 +0000)
b=9860
better errors

lustre/utils/mount_lustre.c

index 635ca14..2148df4 100644 (file)
@@ -391,8 +391,8 @@ int main(int argc, char *const argv[])
                 if (errno == ENOMEDIUM)
                         fprintf(stderr,"This filesystem needs at least 1 OST\n");
                 if (errno == ENOENT)
-                        fprintf(stderr, "Is the MGS specification correct? "
-                                "(%s)\n", source);
+                        fprintf(stderr, "Is the MGS specification correct? Is "
+                                "the filesystem name correct?\n");
                 if (errno == EALREADY)
                         fprintf(stderr, "The target service is already running."
                                 " (%s)\n", source);