summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-22 23:35:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-22 23:35:09 +0200
commitab9c223aa912e668a9e1336740325de3491d9b1e (patch)
treebc344d43008b592c6164c3e915f187cc9bcbda3d /hurd
parent6b94a96e2a5ae896b5565125f0299d335020b31b (diff)
Add df error message
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/debian/faq/df.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/hurd/running/debian/faq/df.mdwn b/hurd/running/debian/faq/df.mdwn
index 4de232da..908fe00b 100644
--- a/hurd/running/debian/faq/df.mdwn
+++ b/hurd/running/debian/faq/df.mdwn
@@ -8,6 +8,10 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled
[[GNU Free Documentation License|/fdl]]."]]"""]]
-There is no `/etc/mtab`, so just running `df` will yield an error. Pass `df` a
-path like `df /` or `df ./` to see the disk usage of that particular file
-system.
+There is no `/etc/mtab` (due to dynamic translator startup, its content is hard
+to define actually), so just running `df` will yield the following error.
+
+ df: cannot read table of mounted file systems
+
+Pass `df` a path like `df /` or `df ./` to see the disk usage of that particular
+file system.