Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,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 whoever 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 Jul 20, '09 05:53:17PM

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 Jul 21, '09 11:55:37AM

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 | # ]