[PATCH v2 1/6] describe fixing filesystem corruption in the hurd manual.

2023-09-20 Thread jbra...@dismail.de
* doc/hurd.texi (Repairing Filesystems): described fixing filesystem corruption. * doc/hurd.texi (Shutdown): added the hurd specific halt-hurd command. --- doc/hurd.texi | 53 +-- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/doc/hur

[PATCH 1/6] describe fixing filesystem corruption in the hurd manual.

2023-09-20 Thread jbra...@dismail.de
I would have documented how to make /etc/fstab auto-fsck /home, but reading /etc/fstab, I think I already did that on my /etc/fstab, and I always have to manually fsck /home. Also there have been times, that I HAD to manually fsck /. So it's good to show users how to fsck their partitions. E