Comments on: Time Machine to a linux server /2008/12/09/time-machine-to-a-linux-server A collection of note-to-self's Sun, 24 Mar 2019 23:04:45 +0000 hourly 1 https://wordpress.org/?v=5.1.1 By: Chris Harshman /2008/12/09/time-machine-to-a-linux-server/comment-page-1#comment-30286 Wed, 21 Sep 2011 18:39:40 +0000 http://blog.dest-unreach.be/?p=729#comment-30286 FYI, the layout ‘SPUD’ (not the default GPTSPUD) is what’s required for Linux to mount without complaining about a missing superblock:

Mac $ hdiutil create -type SPARSEBUNDLE -fs HFS+ -size 10m -layout SPUD ./test_SPUD

(Mounted the sparsebundle on the Mac, copied a text file, unmounted, and dragged-and-dropped to a Linux home directory exported via Samba)

Linux # /usr/local/bin/sparsebundle_to_dmg.sh test_MBRSPUD.sparsebundle/ test_MBRSPUD.dmg
Linux # mount -t hfsplus -o loop,ro test_MBRSPUD.dmg /mnt
Linux # # ls /mnt
untitled text 2

]]>
By: Niobos /2008/12/09/time-machine-to-a-linux-server/comment-page-1#comment-1154 Tue, 10 Mar 2009 17:02:54 +0000 http://blog.dest-unreach.be/?p=729#comment-1154 Hmm, strange.

Have you tried opening the resulting .dmg on MacOSX? If MacOS is able to read the file, it has something to do with your linux distribution. If not, it has something to do with the script…

I remember playing around with the type of sparsebundle I used (partition map type). Maybe this is the problem you are seeing?
I see that I have been thoughtful enough to forget to note what partition type I used…

Hope this helps.

]]>
By: Pierre Gohon /2008/12/09/time-machine-to-a-linux-server/comment-page-1#comment-1152 Tue, 10 Mar 2009 14:26:54 +0000 http://blog.dest-unreach.be/?p=729#comment-1152 I’m trying to use you bash script but the image I get is of “data” type (file command), It’s not just seen as a HFS+ volume :

[71868.211485] hfs: unable to find HFS+ superblock
[72712.598367] hfs: unable to find HFS+ superblock

Any idea ?

]]>