summaryrefslogtreecommitdiff
path: root/hurd/running/debian/faq.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/running/debian/faq.mdwn')
-rw-r--r--hurd/running/debian/faq.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/hurd/running/debian/faq.mdwn b/hurd/running/debian/faq.mdwn
index 8c410756..3a2e77a2 100644
--- a/hurd/running/debian/faq.mdwn
+++ b/hurd/running/debian/faq.mdwn
@@ -116,12 +116,3 @@ If you want to use the `apt-get source` facility, make sure that
The kernel logs are written to `/dev/klog`. Run `cat /dev/klog > foo` as root
and hit `ctrl+c` after a few seconds to catch the logs. You can do this only
once and do not do this in single-user mode (where `ctrl+c` does not work).
-
-
-# `bad hypermeta data`
-
-If you get the error `bad hypermeta data` when trying to mount an ext3
-partition from GNU/Linux, that is usually because the file system has not been
-unmounted cleanly (maybe GNU/Linux got suspended to disk) and the Hurd cannot
-mount it as ext2 without checking. Either boot back into GNU/Linux and unmount
-it or you can try to run `fsck.ext3` from GNU/Hurd directly.