From: nathan Date: Fri, 9 Jun 2006 23:11:05 +0000 (+0000) Subject: Branch b1_5 X-Git-Tag: v1_7_100~1^90~8^2~136 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=70756daf839575953aeaff4a435b43cbe7883525;p=fs%2Flustre-release.git Branch b1_5 b=9860 better errors --- diff --git a/lustre/utils/mount_lustre.c b/lustre/utils/mount_lustre.c index 635ca14..2148df4 100644 --- a/lustre/utils/mount_lustre.c +++ b/lustre/utils/mount_lustre.c @@ -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);