Question

i work for a company with a 'Mac' department (they are creative/graphics). At the moment they are using an old server mac with a shared Hard drive formatted in HFS+; i would like to buy a NAS with full compatibility with HFS+ partition. I know Synology and QNAP offers compatibility with Mac World (using AFP), but i'm sure they use EXT filesystem as main partition. Is this correct to use Ext partition either for 'existing' Mac datas ?

Thank you!

Was it helpful?

Solution

You don't say how the server mac is sharing the HFS+ formatted drive. I would suspect it is AFP in which case the NAS drive format is largely irrelevant.

The NAS will store files on it's storage in whatever format is best for the OS of the NAS, and expose those files through network shares in a single or a variety of formats. The client machines mount the shares and should be unaware of the underlying storage (just as they will be unaware that it will likely be a RAID configuration of some sort)

Synology, QNAP, Netgear, Drobo and many many others all adopt this approach.

The major factor is getting a NAS supplier who fully supports AFP and does not just see it as an afterthought to be tagged on with a bog standard install of the AFP packages which may be out of date or have not been tested or tuned. The introduction of Lion saw a number of NAS devices with difficulties sharing AFP until they could be patched. Of course during this period the users could have switched to using CIFS shares and keep going.

OTHER TIPS

I recently needed to replace an old NAS at home, and the cheapest option for my requirement was actually to build one and install FreeNAS on it.

You can add as many drives as your chassis will take, configure them to be RAID, mirrored, or independent, use UFS/ZFS on the partitions, and configure your shares as Windows, CIFS, or AFP with individual user accounts, groups, or getting permissions from an LDAP server.

Once you're set-up (which takes about 10 minutes from the CD) you're ready to go with a web interface which controls everything else.

While it's not HFS+, it is AFP capable out of the box so to speak, and works perfectly on my network with 2 Apple computers, and a Windows computer. It contains all of the resource fork information (meta data), and of course you can copy any existing data to it from anywhere else on the network.

Performance on a box like this is also going to be a lot better than most low to mid range NAS boxes too, which may be important with multiple users accessing large files. I backed up 580gb in just over an hour on a gigabit LAN connection.

Since the Mac OS family is the only one (that I'm aware of at least) that uses HFS, you'll probably have to run the NAS on a Mac. Properly configured, a Mac Mini isn't a bad option, but your costs may be approximately double of a comparable Linux-based NAS which uses EXT.

If your goal is to use the existing drive or clone it to a new drive for longevity, you may find that many linux-based options support this use-case. diskutil indeed has an hfsplus module in some flavors, but YMMV.

If, on the other hand you are attempting to clone it to the boot disk, your only option is to use a Mac.

Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top