From 9ee6bcd8153294d6a3a8eec5b354a2b0d88d2cce Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Mar 2005 18:57:30 +0000 Subject: warn that the mount can fail if the partition hasn't been cleanly unmounted --- mdk-stage1/disk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdk-stage1/disk.c') diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index 1579ddaa4..bb59869ea 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -76,7 +76,8 @@ static enum return_type try_with_device(char *dev_name) /* in testing mode, assume the partition is already mounted on IMAGE_LOCATION_DIR "hdimage" */ if (!IS_TESTING && try_mount(choice, disk_own_mount)) { - stg1_error_message("I can't find a valid filesystem (tried: ext2, vfat, ntfs, reiserfs)."); + stg1_error_message("I can't find a valid filesystem (tried: ext2, vfat, ntfs, reiserfs). " + "Make sure the partition has been cleanly unmounted."); return try_with_device(dev_name); } -- cgit v1.2.1