21.6 C
New York
Thursday, August 21, 2025

macos – Tips on how to clone inner disk of MacBook M1 for knowledge restoration?


Verify for APFS snapshots and you’ll have the info in a format you possibly can mount and extract to a backup or again to the present filesystem.

  1. Boot to restoration OS
  2. Begin Disk Utility
  3. Within the View menu – present all units and present snapshots
  4. Mount your Information quantity
  5. Connect your exterior drive and mount it in Disk Utility
  6. Discover the earliest snapshot (or the one almost definitely to comprise the info earlier than deletion)
  7. Mount that snapshot
  8. Give up Disk Utility and begin Terminal.app
  9. All of the mounts will exist – copy the information from /Volumes/Information@snap-123456789 to /Volumes/external_drive

If you cannot discover a snapshot, you’ll have to run dd on non-synthesized disk – I get both Permission denied or Invalid argument after I try and have dd learn from any synthesized units.

bash-3.2# dd if=/dev/disk0s2 of=/Volumes/bmike/restoration/foo512.dd bs=1m depend=512
512+0 recordsin
512+0 recordsout
536870912 bytes transferred in 45.095041 secs (11905320 bytes/sec)

Until you possibly can convey a unique device compiled and that runs from an connected disk in restoration mode, you’re restricted by design to entry this “storage” off system.

Apple Safe Enclave and AES engine forestall exterior entry to the info saved on the interior storage. Any restoration software program must request the drive be unlocked and the info to be decrypted between the storage and the processor. In your plan to work, you’ll have to defeat the info safety {hardware} to get on the storage even in DFU mode.

diagram from Apple Platform security showing how the hardware secures the storage from any external access

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Stay Connected

0FansLike
0FollowersFollow
0SubscribersSubscribe
- Advertisement -spot_img

Latest Articles