diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/faq/off.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hurd/faq/off.mdwn b/hurd/faq/off.mdwn index 363436b0..f1749688 100644 --- a/hurd/faq/off.mdwn +++ b/hurd/faq/off.mdwn @@ -19,3 +19,16 @@ will not work. Simply use the equivalent shortcut $ halt which is provided natively on GNU/Hurd, instead of from SYSV runlevels. + +## Unmounting bug + +Sometimes the root file system is not unmounted cleanly +even when the `halt` command is used to shutdown the system. +Therefore we recommend you use the following command: + + $ sync + +and wait a few seconds before issuing the `halt` command. +An `fsck` may still be triggered on the next boot, +and you may encounter the [[open_issues/e2fsck_i_file_acl_hi]] bug, +but these errors are harmless. |