Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Set up Time Machine on a NAS in three easy steps' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Set up Time Machine on a NAS in three easy steps
Authored by: jg167 on Sun, Mar 8 2009 at 1:30AM PST
I think the hdiutil command shown is wrong. At least in 10.5.6 I used
the info from http://appleclinic.wordpress.com/2008/10/30/time-machine-on-nas/

showing
sudo hdiutil create -size $GIGg -type SPARSEBUNDLE -nospotlight -volname "Backup of My Mac" -fs "Case-sensitive Journaled HFS+" -verbose ./$Computername_MACaddress

this (plus the default write unsupportedNetwork drive thing) worked, TM sees the "drive".

[ Reply to This | # ]