Mayday!-keine Zugriffsrechte mehr, Platte weg

sh-3.2# diskutil mount /dev/disk1s3
Volume failed to mount
sh-3.2#

Wattenchis
 
Zuletzt bearbeitet:
This might be helpfull:

http://support.apple.com/kb/TA23941

In some cases a volume will fail to mount even though it is a valid volume. If you are unable to repair the volume with Disk Utility, you should try to mount it (make it available) as read-only in order to recover data from it. To mount a volume as read-only, follow these steps.
 
Wenn da durchsteige, probiere ich es. Wenn...

Etwas habe ich gefunden, dass wohl nicht sein sollte.
Habe es gezipt und da
URL nur per PM
hochgeladen.
Warnung! Nur wenn ihr Ahnung habt probieren!

Sowie einen User, der nicht in den Systemeinstellungen/Benutzer auftaucht.
Wohl aber -jetzt, nach entfernen (gezippten) der "Unsupported"***.-

Wenn ihr mit dem Zip rumspielt, macht das nur mit einer isolierten Maschine!

Benutzung nur auf eigenes Risiko!
Usage at your own risc!
 
Zuletzt bearbeitet:
Wenn da durchsteige, probiere ich es. Wenn...

im Terminal:

mkdir /Volumes/Kino
sudo mount -t hfs -o rdonly /dev/disk1s3 /Volumes/Kino

If the volume doesn't appear in the Finder, execute this command in Terminal: disktool -r.

Du erhältst nur Lesezugriff
 
Zuletzt bearbeitet:
noname:~ midroth$ disktool -r
Refreshing Disk Arbitration ...

Noch ein aktueller Screen
 

Anhänge

  • Bild 4.jpg
    Bild 4.jpg
    49 KB · Aufrufe: 28
noname:~ midroth$ mkdir /Volumes/Kino
mkdir: /Volumes/Kino: File exists
noname:~ midroth$ sudo mount -t hfs -o rdonly /dev/disk1s3 /Volumes/Kino
Password:
mount_hfs: Invalid argument
noname:~ midroth$

Nanu?
 

Anhänge

  • Bild 5.png
    Bild 5.png
    41,6 KB · Aufrufe: 33
noname:~ midroth$ mkdir /Volumes/Kino
mkdir: /Volumes/Kino: File exists

DAS ist doch mal ne Meldung. Wenn die Platte nicht gemountet ist sollte dieses Verzeichnis (Kino) gar nicht existieren.

Trenne mal die USB-Verbindung zwischen Rechner und externer Platte!
Danach im Terminal:
cd /Volumes
rm -R Kino

Platte wieder anschließen und Meldung geben ;)
 
Meldung:

Sonst, Nada.
 

Anhänge

  • Bild 6.png
    Bild 6.png
    14,3 KB · Aufrufe: 38
  • Bild 7.png
    Bild 7.png
    37,8 KB · Aufrufe: 31
Zuletzt bearbeitet:
Zurück
Oben Unten