bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#144545: hurd: init scripts don't fsck extra partitions


From: Robert Millan
Subject: Bug#144545: hurd: init scripts don't fsck extra partitions
Date: Thu, 25 Apr 2002 16:37:36 +0200

Package: hurd
Version: N/A; reported 2002-04-25
Severity: normal
Tags: patch

Hi Marcus,

When you have extra partitions configured in /etc/fstab, the rc.sh
script won't fsck them.

This quick patch should fix it, although IMHO the good solution
is having ext2fs do tge fsck calls:

diff -ur hurd-20020103.old/daemons/rc.sh hurd-20020103/daemons/rc.sh
--- hurd-20020103.old/daemons/rc.sh     Thu Apr 25 20:28:02 2002
+++ hurd-20020103/daemons/rc.sh Thu Apr 25 17:51:29 2002
@@ -19,7 +19,7 @@
        echo Automatic boot in progress...
        date

-       /sbin/fsck --preen --writable
+       /sbin/fsck --preen --writable --all

        case $? in
        # Successful completion

Cheers,

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux aragorn 2.4.18 #1 Sat Apr 13 21:19:47 CEST 2002 i586
Locale: LANG=C, LC_CTYPE=





reply via email to

[Prev in Thread] Current Thread [Next in Thread]