[Eisfair] Raidpartition wird nicht mehr gemountet und Eisfair config läßt sich nicht mehr editieren

Marcus Roeckrath marcus.roeckrath at gmx.de
Mo Okt 28 20:45:20 CET 2019


Hallo David,

David Brandes wrote:

>> Um zu klären, was mit den UUIDs für die md-Devices ist, liefere doch
>> bitte folgende Infos:
>> 
> Eisfair-server # ls -l /dev/disk/by-uuid
> total 0
> lrwxrwxrwx 1 root root 9 Oct 28 20:49
> 05fd1ff9-4347-4479-90d4-709890963fb1 -> ../../md4
> lrwxrwxrwx 1 root root 9 Oct 28 20:49
> 196ca5ec-8ebd-4196-932d-c749f099a563 -> ../../md1
> lrwxrwxrwx 1 root root 9 Oct 28 20:49
> 19f77750-611d-42b9-a64d-fabe32cd9894 -> ../../md3
> lrwxrwxrwx 1 root root 9 Oct 28 20:49
> 8bcc997b-0b2f-4726-b77e-e3fd445d56f1 -> ../../md2
> lrwxrwxrwx 1 root root 9 Oct 28 20:49

Sieht so gut aus und es sind exakt die UUIDs, die in der fstab drin standen,
dann aber angeblich nicht zu finden waren.

Du hattest ja dann festgestellt, dass in /dev/disk/by-uuid diese Links nicht
vorhanden waren.

Kannst du mal bitte folgene Änderung in /etc/init.d/mountfs machen?

Ergänze eine Zeile in disem Block; er beginnt hier in Zeile 57:

    if ${lsb}
    then
        log_info_msg "Remounting root file system in read-write mode...\n"
    else
        boot_mesg " * Remounting root file system in read-write mode..."
    fi

    /bin/mount -o remount,rw / >/dev/null
    
    # Die nächste Zeile bitte ergänzen; diese Kommentarzeile muss nicht.
    ls -l /dev/disk/by-uuid > /tmp/uuidliste

    evaluate_retval

    # Remove fsck-related file system watermarks.
    /bin/rm -f /fastboot /forcefsck

Dann poste bitte, was in der Datei /tmp/uuidliste drinsteht.

-- 
Gruss Marcus


Mehr Informationen über die Mailingliste Eisfair