Beiträge von hoh

    Hi,


    läuft Samba?

    Per SSH: ps |grep mbd

    Idealerweise:

    Code
    # ps |grep mbd
    955 admin     18200 S   /usr/local/samba/sbin/smbd -l /var/log -D -s /etc/config/smb.conf
    967 admin     12572 S   /usr/local/samba/sbin/smbd -l /var/log -D -s /etc/config/smb.conf
    968 admin      7488 S   /usr/local/samba/sbin/smbd -l /var/log -D -s /etc/config/smb.conf
    1011 admin     13324 S   /usr/local/samba/sbin/smbd -l /var/log -D -s /etc/config/smb.conf
    1128 admin     21956 S   /usr/local/samba/sbin/smbd -l /var/log -D -s /etc/config/smb.conf
    1489 admin      9632 S   /usr/local/samba/sbin/nmbd -l /var/log -D -s /etc/config/smb.conf
    ...

    In einem Fall hat das herunterladen der Firmware und nach entpacken deren manuelle Installation eine beschädigte Laufzeitbibliothek ersetzt -> Python

    Code
    # ll /usr/local/bin/python2.7
    lrwxrwxrwx 1 admin administrators 33 2024-08-26 06:47 /usr/local/bin/python2.7 -> /mnt/ext/opt/Python/bin/python2.7*

    Offiziell wohl nicht. :saint:


    hier wäre zum Thema wohl folgendes denkbar:


    1. Versuch: Standard
    mount -t ext4 /dev/md0 /share/MD0_DATA
    1. Versuch: ro ohne Journal
    mount -t ext4 /dev/md0 /share/MD0_DATA -o ro,noload
    Zugriff im 2. Fall via WinSCP

    check via

    df -h

    md_checker:

    wget http://download.qnap.com/Storage/tsd/utility/md_checker

    chmod +x md_checker

    ./md_checker



    so, bin nun OFFLINE.


    Schönen Abend noch.