Time Machine 2tb limit?

Please post questions or problems regarding the use of Time Machine with the ReadyNAS here. Easy Time Machine Setup with the ReadyNAS

Time Machine 2tb limit?

Postby GreenmanX » Mon Apr 06, 2009 3:34 am

Hi!

I tested the ReadyNAS Pro equipped with 6tb. We (ad agency) are planning to use it with TimeMachine to backup our desktop macs.
I wanted to use the maximum capacity, which is 4607GB, for TM, but despite entering the correct value after submitting the new settings and refreshing I only get something around 2tb (2048 or 2078).

Can anyone help me with that issue?
GreenmanX
ReadyNAS Newbie
 
Posts: 2
Joined: Mon Apr 06, 2009 1:26 am

Re: Time Machine 2tb limit?

Postby g4rwin » Tue Apr 07, 2009 7:00 am

Same problem here. ReadyNas NV+ equipped with 4TB and with the latest beta T74.

Even if I max out the capacity it lands on 2TB (2047).

Could someone shed some light on this issue please?
g4rwin
ReadyNAS Newbie
 
Posts: 8
Joined: Mon Jan 07, 2008 8:43 am

Re: Time Machine 2tb limit?

Postby nathan-opscode » Tue Apr 07, 2009 5:19 pm

Erg, purchased a ReadyNAS Pro Business, updated to 4.2.4 and 6x 1.5TB drives. First I did the happy dance. Then I got confused and hit the message boards. Now I'm just frustrated and looks like I'm not the only one.

Backup->TimeMachine says Max:6926, but always resets to 2047GB.

I purchased this setup specifically to give my office one centralized TimeMachine backup location with a capacity larger than what I could get with a flock of Time Capsules. Help?
nathan-opscode
ReadyNAS Newbie
 
Posts: 5
Joined: Tue Apr 07, 2009 5:10 pm
ReadyNAS: Pro

Re: Time Machine 2tb limit?

Postby chirpa » Tue Apr 07, 2009 5:25 pm

2TB is the current limit. The filesystem on the NAS currently has a 2TB per file limit. Same limitation applies to regular files via CIFS/NFS/etc, even iSCSI targets.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15489
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: Time Machine 2tb limit?

Postby nathan-opscode » Tue Apr 07, 2009 5:43 pm

Uh....

That seems like a fairly critical piece of information to share *somewhere* in the docs/howtos/demos. None of the docs I read in all the research I did before making this purchasing decision made ANY mention of this limitation.

Anybody want to take a crack at convincing me to continue to be a customer of Netgear? I've got an office full of mac laptops and this setup I purchased for several thousand dollars is no more useful to me then two time capsules which would have cost a couple hundred dollars.

There's gotta be a work around here. Multiple 2T files/shares? A file for each user/laptop? Use 8K blocks for the ext3 filesystem (instead of the default 4K) for the share so it'll support files > 2T? Use something other than ext3 for the FS?
nathan-opscode
ReadyNAS Newbie
 
Posts: 5
Joined: Tue Apr 07, 2009 5:10 pm
ReadyNAS: Pro

Re: Time Machine 2tb limit?

Postby chirpa » Tue Apr 07, 2009 5:52 pm

RAIDiator 4.2.6 road map is to support 2TB+ volumes for iSCSI/TimeMachine/etc, I don't have a timeframe for that release yet.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15489
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: Time Machine 2tb limit?

Postby nathan-opscode » Thu Apr 09, 2009 6:18 pm

So yeah, I now have 6 of my employees setup with private 400G shares they're each using for Time Machine backups. It's a manual process to get setup and required the root-ssh plugin to get figured out, but shouldn't be too hard to wrap in a tiny shell script. This should allow me to have each employee have a private 400G TM, and use up all 7T in our ReadyNAS when we grow to 14 users ;-)
nathan-opscode
ReadyNAS Newbie
 
Posts: 5
Joined: Tue Apr 07, 2009 5:10 pm
ReadyNAS: Pro

Re: Time Machine 2tb limit?

Postby btaroli » Fri Apr 24, 2009 11:02 pm

chirpa wrote:2TB is the current limit. The filesystem on the NAS currently has a 2TB per file limit. Same limitation applies to regular files via CIFS/NFS/etc, even iSCSI targets.

How is a per-file limit relevant to TM? TM creates sparsebundle packages (a folder) that contain several files as segments representing the entire volume. Therefore, it would stand to reason that any given segment might be limited to 2TB, but how does that translate to the whole sparsebundle?
User avatar
btaroli
Advanced ReadyNAS Expert
 
Posts: 756
Joined: Wed Dec 05, 2007 6:23 pm
Location: SF Bay Area, CA
ReadyNAS: Pro

Re: Time Machine 2tb limit?

Postby jelockwood » Fri May 29, 2009 5:58 am

btaroli wrote:
chirpa wrote:2TB is the current limit. The filesystem on the NAS currently has a 2TB per file limit. Same limitation applies to regular files via CIFS/NFS/etc, even iSCSI targets.

How is a per-file limit relevant to TM? TM creates sparsebundle packages (a folder) that contain several files as segments representing the entire volume. Therefore, it would stand to reason that any given segment might be limited to 2TB, but how does that translate to the whole sparsebundle?

Just what I was going to say. There is no way the Time Machine sparsebundle can cause file(s) to be bigger than 2TB since the segments are always smaller and are stored as individual files (as far as other operating systems are concerned).

It maybe that the 2TB limit is more an Apple limit in the TimeMachine client software. Since the biggest TimeCapsule is only 1TB and Apple don't ship any Macs with 2TB drives, they may not have thought of this. I wonder if Snow Leopard will address this. (Update - I believe the ReadyNAS is creating the TimeMachine partition as an image on the underlying EXT3 file system, and since EXT3 only allows 'files' up to 2TB in size, this limits the TimeMachine partition also to 2TB.)

For what it's worth, the 2TB limit in the ReadyNAS (for iSCSI for example) is due to the ReadyNAS currently using EXT3 as the underlying file system. See http://en.wikipedia.org/wiki/Comparison_of_file_systems for a comparison of the limits of file systems.

I would guess NetGear are planning on moving to EXT4 although from a Mac point of view ZFS might be a better long term choice since Apple is adding (some) ZFS support in Snow Leopard.

PS. Old though HFS+ might be, it already supports files of nearly 8 Exabytes, way more than even EXT4 which 'only' supports 16 Terabytes. ZFS supports files up to 16 Exabytes. NTFS is not too shabby either, it also supports up to 16 Exabytes. So EXT4 looks a pretty short-term fix.
jelockwood
ReadyNAS User
 
Posts: 74
Joined: Sun Feb 15, 2009 6:45 pm
Location: London,UK
ReadyNAS: Pro

Re: Time Machine 2tb limit?

Postby btaroli » Fri May 29, 2009 8:11 am

jelockwood wrote:
btaroli wrote:
chirpa wrote:2TB is the current limit. The filesystem on the NAS currently has a 2TB per file limit. Same limitation applies to regular files via CIFS/NFS/etc, even iSCSI targets.

How is a per-file limit relevant to TM? TM creates sparsebundle packages (a folder) that contain several files as segments representing the entire volume. Therefore, it would stand to reason that any given segment might be limited to 2TB, but how does that translate to the whole sparsebundle?

I believe the ReadyNAS is creating the TimeMachine partition as an image on the underlying EXT3 file system, and since EXT3 only allows 'files' up to 2TB in size, this limits the TimeMachine partition also to 2TB.)

As far as the filesystem goes, all they actually do is create a directory under /c, such as /c/.timemachine. iSCSI volumes do get created as you describe, though -- a file is created representing the image of the volume.
User avatar
btaroli
Advanced ReadyNAS Expert
 
Posts: 756
Joined: Wed Dec 05, 2007 6:23 pm
Location: SF Bay Area, CA
ReadyNAS: Pro

Re: Time Machine 2tb limit?

Postby imagenes_vivas » Sun Jul 19, 2009 12:03 pm

chirpa wrote:RAIDiator 4.2.6 road map is to support 2TB+ volumes for iSCSI/TimeMachine/etc, I don't have a timeframe for that release yet.



Chirpa, last April do you really mean 4.2.6 or the now just released 4.1.6?
imagenes_vivas
ReadyNAS Newbie
 
Posts: 25
Joined: Thu Dec 27, 2007 11:54 am

Re: Time Machine 2tb limit?

Postby mdgm » Mon Jul 20, 2009 6:58 am

imagenes_vivas wrote:
chirpa wrote:RAIDiator 4.2.6 road map is to support 2TB+ volumes for iSCSI/TimeMachine/etc, I don't have a timeframe for that release yet.



Chirpa, last April do you really mean 4.2.6 or the now just released 4.1.6?


4.2.6 is referring to the next X86 Firmware for e.g. Pro, NVX. 4.1.6 is the current (just released) Sparc firmware for e.g. NV+, Duo etc. I imagine they should be working on a fix for both X86 and Sparc.
Useful links: My ReadyNAS Gear|FAQ|Hardware Compatibility List|Docs: Setup Guide, Manual|Downloads|Unofficial Tips|GPL|MDGM on Twitter|MDGM's Unofficial Guides
NB: A ReadyNas is not an excuse not to have a backup. Fire, theft, multiple disk failures, other hardware failure, floods, user negligence etc. can all result in loss of data.
How we users can contact NETGEAR Technical Support | Australia: 1300 361 254 / Other Numbers|Online Submission
Unofficial Guide for Moving from Sparc ReadyNAS to x86 ReadyNAS|Using Gmail with the ReadyNAS|XRAID Volume Size Calculator
User avatar
mdgm
ReadyNAS Enthusiast
 
Posts: 28568
Joined: Tue Feb 17, 2009 9:34 pm
Location: Down Under
ReadyNAS: RN312

Re: Time Machine 2tb limit?

Postby imagenes_vivas » Mon Jul 20, 2009 7:14 am

Oh, sorry, thank you very much for the information. I tougth it was a confusion of numbers.

Two months ago I converted my 4TB (4x1TB) ReadyNAs NV+ in a TimeMachine backup for my professional photography studio and I am worried about only using 2TB of it's full capacity because of this limitation. Hope there is a solution in a near future.
imagenes_vivas
ReadyNAS Newbie
 
Posts: 25
Joined: Thu Dec 27, 2007 11:54 am

Re: Time Machine 2tb limit?

Postby centauratlas » Sun Aug 09, 2009 7:08 pm

Any news on this? I too had purchased a ReadyNAS Pro and didn't see a mention of this limit. It has been more than 4 months and thought I'd ask what the status is and if there is a timeframe now. (The DroboPro doesn't have this problem and I am considering the options available now or in the not too distant future since it has been a while and the ReadyNAS is just depreciating :-) )

Any beta's available?

chirpa wrote:RAIDiator 4.2.6 road map is to support 2TB+ volumes for iSCSI/TimeMachine/etc, I don't have a timeframe for that release yet.
centauratlas
ReadyNAS Newbie
 
Posts: 29
Joined: Tue Nov 20, 2007 8:33 pm

Re: Time Machine 2tb limit?

Postby mdgm » Mon Aug 10, 2009 5:47 am

centauratlas wrote:Any news on this? I too had purchased a ReadyNAS Pro and didn't see a mention of this limit. It has been more than 4 months and thought I'd ask what the status is and if there is a timeframe now. (The DroboPro doesn't have this problem and I am considering the options available now or in the not too distant future since it has been a while and the ReadyNAS is just depreciating :-) )

Any beta's available?

chirpa wrote:RAIDiator 4.2.6 road map is to support 2TB+ volumes for iSCSI/TimeMachine/etc, I don't have a timeframe for that release yet.


No beta's available yet. For the Pro and other X86 keep an eye on viewforum.php?f=51
For NV+ and other Sparc see viewforum.php?f=17

If 2TB+ support is added it will be in the release notes for the beta.

Bear in mind that although NetGear almost certainly tests their betas before making them public, in particular early betas can have issues so it's even more advisable than with an ordinary version of RAIDiator to backup any crucial data regularly if you choose to use a beta once it comes out.
Useful links: My ReadyNAS Gear|FAQ|Hardware Compatibility List|Docs: Setup Guide, Manual|Downloads|Unofficial Tips|GPL|MDGM on Twitter|MDGM's Unofficial Guides
NB: A ReadyNas is not an excuse not to have a backup. Fire, theft, multiple disk failures, other hardware failure, floods, user negligence etc. can all result in loss of data.
How we users can contact NETGEAR Technical Support | Australia: 1300 361 254 / Other Numbers|Online Submission
Unofficial Guide for Moving from Sparc ReadyNAS to x86 ReadyNAS|Using Gmail with the ReadyNAS|XRAID Volume Size Calculator
User avatar
mdgm
ReadyNAS Enthusiast
 
Posts: 28568
Joined: Tue Feb 17, 2009 9:34 pm
Location: Down Under
ReadyNAS: RN312

Next

Return to Time Machine



Who is online

Users browsing this forum: No registered users and 1 guest