Suchergebnisse

Suchergebnisse 1-2 von insgesamt 2.

  • Schreibrechte aufs System aktiviert man in BS wie folgt:Disable FileVault Reboot into recovery mode and run: (Quelltext, 2 Zeilen) Reboot back into MacOS Find your root mount's device - run mount and chop off the last s, e.g. if your root is /dev/disk1s2s3, you'll mount /dev/disk1s2 Create a new directory, for example ~/mount Run sudo mount -o nobrowse -t apfs DISK_PATH MOUNT_PATH, using the values from above Modify the files under the mounted directory Run sudo bless --folder MOUNT_PATH/System/…
  • Bei dem Mountbefehl fehlt die Hälfte. So muss er aussehen:(Quelltext, 1 Zeile)Setzt voraus, dass der Ordner "mount" unter /Users/DEIN_USER/ existiert.