From 83e9aa0457ca2a7cc563def3eb8164fb18d8c273 Mon Sep 17 00:00:00 2001 From: szaka Date: Mon, 5 May 2008 17:20:22 +0000 Subject: [PATCH] document missing and powered down device case --- src/ntfs-3g.probe.8.in | 2 +- src/utils.c | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ntfs-3g.probe.8.in b/src/ntfs-3g.probe.8.in index 9ba4da6d..231e804b 100644 --- a/src/ntfs-3g.probe.8.in +++ b/src/ntfs-3g.probe.8.in @@ -55,7 +55,7 @@ journal file. The volume is already exclusively opened and in use by a kernel driver or software. .IP 17 -Unsetup SoftRAID/FakeRAID hardware. +SoftRAID/FakeRAID hardware without setup, or missing, or powered down device. .IP 18 Unknown reason. .IP 19 diff --git a/src/utils.c b/src/utils.c index cb01ac53..f59683d0 100644 --- a/src/utils.c +++ b/src/utils.c @@ -85,9 +85,10 @@ static const char *opened_volume_msg = "could be identified for example by the help of the 'fuser' command.\n"; static const char *fakeraid_msg = -"You seem to have a SoftRAID/FakeRAID hardware and must use an activated,\n" -"different device under /dev/mapper/, (e.g. /dev/mapper/nvidia_eahaabcc1)\n" -"to mount NTFS. Please see the 'dmraid' documentation for help.\n"; +"Either the device is missing or it's powered down, or you have\n" +"SoftRAID hardware and must use an activated, different device under\n" +"/dev/mapper/, (e.g. /dev/mapper/nvidia_eahaabcc1) to mount NTFS.\n" +"Please see the 'dmraid' documentation for help.\n"; static const char *access_denied_msg = "Please check '%s' and the ntfs-3g binary permissions,\n"