diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2011-05-27 11:58:49 +0200 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2011-05-27 11:58:49 +0200 |
commit | 000d5952b7ee0310346bbd5f29c3a1b7adebafe2 (patch) | |
tree | 94f2eb2bf1c8ec0bc2d369f21d0a2ddd1d1e9636 /hurd/running/debian/faq/df.mdwn | |
parent | f8239ace2996ebdbf99b9d8bc2936d6218d0559b (diff) | |
parent | 254a5b6dccdc28d6b04b8864135cf1ada850dea9 (diff) |
fix merge
Diffstat (limited to 'hurd/running/debian/faq/df.mdwn')
-rw-r--r-- | hurd/running/debian/faq/df.mdwn | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/hurd/running/debian/faq/df.mdwn b/hurd/running/debian/faq/df.mdwn index 4de232da..bbd3a7b9 100644 --- a/hurd/running/debian/faq/df.mdwn +++ b/hurd/running/debian/faq/df.mdwn @@ -8,6 +8,12 @@ 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, see +[[the mtab GSoC project idea|community/gsoc/project_ideas/mtab]]), +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. |