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: hydro on Mon, Jul 20 2009 at 5:53PM PDT
Although this article was posted some time ago, and here it is July 2009, I have a question specifically about step 3:

> Copy the sparsebundle to the network share root. Easy enough.
> Mount your network share and copy it over. I used this Terminal
> command after the MyBackup share was mounted:
> cp -r mymachine_0017f2c8426b.sparsebundle /Volumes/MyBackup/.

Given that sparse bundle disc images are actually parent folders (containing files and subfolders) that reside on the file system, as far as I'm aware, the file system to hold a sparse bundle disc image must be HFS+ so does it matter therefore does not the "network share root" also have to be HFS+ or is it possible for it to be another file system such as NTFS, FAT32 or ext3, etc.?


[ Reply to This | # ]
10.5: Set up Time Machine on a NAS in three easy steps
Authored by: Sesquipedalian on Tue, Jul 21 2009 at 11:55AM PDT
The host file system does not have to be HFS+. However, the sparse bundle will appear as a folder with a ._* file next to it, where * is the name of the sparse bundle. This is the mechanism used to store Mac metadata on non-native file systems. It would probably not be a good idea to delete or move the ._* file.

When mounted, the file system contained within the sparse bundle will be HFS+.

[ Reply to This | # ]