Skip to content

Instantly share code, notes, and snippets.

@reishoku
Last active July 19, 2023 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reishoku/0382d0c61388567202cbd870f58c618f to your computer and use it in GitHub Desktop.
Save reishoku/0382d0c61388567202cbd870f58c618f to your computer and use it in GitHub Desktop.
timemachine-sparsebundle-mount

Time Machineのsparsebundleを他のホストからマウントする

うまくいくことは確認済み (2023/07/19)

# on macOS
osascript -e 'mount volume "nfs://<server>:<path/to/file>"'
cd /Volumes/Time\ Machine  # このpathはあくまで一例

hdiutil mount -readonly "Crystal.sparsebunlde"  # readonlyでマウント。

これでsparsebundleが /Volumes/Crystal のバックアップ へマウントされる。あとは煮るなり焼くなり好きにする。

以上

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment