Moin Udo,von udo1toni » Gestern 20:27
Die Partitionen auf dem Mac sind ja erst mal egal. Vermutlich musst Du die 2. Partition erst einhängen, um sie im Mac nutzen zu können. Aber der Zugriff auf dem Raspberry ist die einfachere Variante, da die ja offensichtlich funktioniert.
Schau nach dem erfolgreichen Mount per
nach, ob die Partition die erwarteten Verzeichnisse enthält (sollte das nicht der Fall sein, so hast Du mutmaßlich ein korruptes Dateisystem auf der alten SSD)Code: Alles auswählen
ls -l /mnt
mit den Bildern wollte ich nur zeigen das beide Partitionen vorhanden sind.
Ausgabe:
Code: Alles auswählen
ls: cannot access '/mnt/srv': Structure needs cleaning
total 80
lrwxrwxrwx 1 root root 7 Jan 28 2022 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jan 28 2022 boot
drwxr-xr-x 4 root root 4096 Jan 28 2022 dev
drwxr-xr-x 108 root root 12288 Jan 9 2023 etc
drwxr-xr-x 3 root root 4096 May 4 2022 home
lrwxrwxrwx 1 root root 7 Jan 28 2022 lib -> usr/lib
drwx------ 2 root root 16384 Jan 28 2022 lost+found
drwxr-xr-x 2 root root 4096 Jan 28 2022 media
drwxr-xr-x 3 root root 4096 Jul 15 2022 mnt
drwxrwxr-x 7 110 rdma 4096 May 4 2022 opt
drwxr-xr-x 2 root root 4096 Dec 21 2021 proc
drwx------ 6 root root 4096 Jul 19 2022 root
-rw-r--r-- 1 root root 1367 Jan 1 2021 run
lrwxrwxrwx 1 root root 8 Jan 28 2022 sbin -> usr/sbin
d????????? ? ? ? ? ? srv
drwxr-xr-x 2 root root 4096 Dec 21 2021 sys
drwxrwxrwt 13 root root 4096 Sep 22 00:02 tmp
drwxr-xr-x 11 root root 4096 Jan 28 2022 usr
drwxr-xr-x 12 root root 4096 May 4 2022 var
ich hoffe Du kannst mir weiter helfen.
Um das Händisch wieder hinzubekommen bin ich überfordert.
Danke schon mal für Deine Mühe